We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdd205 commit 0cef8d6Copy full SHA for 0cef8d6
packages/bezier-react/src/types/alpha-tokens.ts
@@ -77,6 +77,10 @@ export type Typography = RemovePrefix<
77
'alpha-typography',
78
keyof GlobalToken['typography']
79
>
80
+export type SourceSize = RemovePrefix<
81
+ 'alpha-source-size',
82
+ keyof GlobalToken['source-size']
83
+>
84
export type GlobalGradient = RemovePrefix<
85
'alpha-gradient',
86
keyof GlobalToken['gradient']
0 commit comments