TypeScript migration, final tasks #5718
Labels
adopter: automation
Issues connected to work that accelerates IBM's automation offerings.
adopter: data & ai
Issues connected to work that accelerates IBM's Data & AI offerings.
adopter: security
Issues connected to work that accelerates IBM's Security offerings.
adopter: sustainability
Issues connected to work that accelerates IBM's sustainability offerings.
area: typescript
Epic
Milestone
We're almost finished migrating all released components to typescript. We have a few more steps once that is complete to finish (following core's lead from carbon-design-system/carbon#16360)
Final tasks for typescript support
index.js
files toindex.ts
#5722index.js
toindex.ts
, and ensure all type exports are made available from the root - e.g.import { type AboutModalProps } from '@carbon/ibm-products';
#5723The text was updated successfully, but these errors were encountered: