UNPKG

279 BPlain TextView Raw
1export const Colors: string[] = [
2 'normal',
3 'default',
4 'force',
5 'primary',
6 'notice',
7 'cobalt',
8 'danger',
9 'alert',
10 'success'
11];
12
13export const Sizes: string[] = [
14 'extra large',
15 'large',
16 'normal',
17 'small',
18 'extra small'
19];
\No newline at end of file