335c4n0r

styledictionary/4/type

No description available

styledictionary4migration
Public
262 executions
Run locally
npx codemod styledictionary/4/type
Documentation

What Changed

This codemod introduces strict typing across Style Dictionary, with .d.ts files published alongside each file. Importing from Style Dictionary’s entrypoints now automatically provides implicit types, offering significant improvements for TypeScript users with more accurate and fewer any types. Specific type interfaces can still be imported separately from the style-dictionary/types entrypoint if needed.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.