Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
feat: export propertytokenmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Oct 3, 2023
1 parent 483905c commit addbb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export { createStyled } from './createStyled';
export { createGlobalStylesWeb } from './createGlobalStylesWeb';
// export { styled };
// export { flush } from './utils/css-injector';

export { propertyTokenMap } from './propertyTokenMap';
export { AsForwarder } from './AsForwarder';

export * from './plugins';
Expand Down

0 comments on commit addbb04

Please sign in to comment.