Skip to content

Commit 0cef8d6

Browse files
committed
feat: add SourceSize type
1 parent 7cdd205 commit 0cef8d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/bezier-react/src/types/alpha-tokens.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ export type Typography = RemovePrefix<
7777
'alpha-typography',
7878
keyof GlobalToken['typography']
7979
>
80+
export type SourceSize = RemovePrefix<
81+
'alpha-source-size',
82+
keyof GlobalToken['source-size']
83+
>
8084
export type GlobalGradient = RemovePrefix<
8185
'alpha-gradient',
8286
keyof GlobalToken['gradient']

0 commit comments

Comments
 (0)