mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
feat: button common
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
|
||||
export enum ButonType {
|
||||
primary,
|
||||
light,
|
||||
primary = 'primary',
|
||||
light = 'light',
|
||||
}
|
||||
|
||||
export enum ButtonSize {
|
||||
default,
|
||||
large,
|
||||
default = 'default',
|
||||
large = 'large',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user