feature/project-redesign #28
@@ -1,3 +1,3 @@
|
|||||||
export type ButtonVariant = 'primary' | 'secondary' | 'ghost' | 'outline' | 'icon';
|
export type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'outline' | 'icon';
|
||||||
export type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
export type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
||||||
export type IconPosition = 'left' | 'right';
|
export type IconPosition = 'left' | 'right';
|
||||||
|
|||||||
Reference in New Issue
Block a user