mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
✨ styles: button ghost
This commit is contained in:
@@ -1,20 +1,3 @@
|
||||
|
||||
|
||||
export enum ButonType {
|
||||
primary = 'primary',
|
||||
light = 'light',
|
||||
}
|
||||
|
||||
export enum ButtonSize {
|
||||
default = 'default',
|
||||
large = 'large',
|
||||
}
|
||||
|
||||
export enum InputType {
|
||||
text = 'text',
|
||||
number = 'number',
|
||||
}
|
||||
|
||||
export const KEY = {
|
||||
ENTER: 'Enter',
|
||||
}
|
||||
|
Reference in New Issue
Block a user