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

Commit

Permalink
fix: opacity typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Oct 16, 2023
1 parent dd6c144 commit f51a303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export interface Tokens {
breakpoints?: { [key: GenericKey]: Record<string, any> & {} };
mediaQueries?: { [key: GenericKey]: Record<string, any> & {} };
letterSpacings?: { [key: GenericKey]: Record<string, any> & {} };
opacity?: { [key: GenericKey]: Record<string, any> & {} };
lineHeights?: { [key: GenericKey]: any };
fontWeights?: { [key: GenericKey]: any };
fonts?: { [key: GenericKey]: any };
Expand Down

0 comments on commit f51a303

Please sign in to comment.