You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm component has a typescript definition that is inaccessible when using import statement as follows - import Confirm from "carbon-react/lib/components/confirm";
Expected behaviour
Enable Confirm component typescript definition to be accessible when using import statement as follows - import Confirm from "carbon-react/lib/components/confirm";
Reproducible example
N/A
Suggested solution(s)
Provide an index.d.ts file that will export the typescript definition for Confirm component
Additional context
N/A
Your environment
Software
Version(s)
carbon-react
v66.18.0
carbon-factory
react-scripts
React
Browser
npm
Operating System
The text was updated successfully, but these errors were encountered:
Current behaviour
Confirm component has a typescript definition that is inaccessible when using import statement as follows -
import Confirm from "carbon-react/lib/components/confirm";
Expected behaviour
Enable Confirm component typescript definition to be accessible when using import statement as follows -
import Confirm from "carbon-react/lib/components/confirm";
Reproducible example
N/A
Suggested solution(s)
Provide an index.d.ts file that will export the typescript definition for Confirm component
Additional context
N/A
Your environment
The text was updated successfully, but these errors were encountered: