@ekidpro/ui.button
Advanced tools
Comparing version 0.0.25 to 0.0.26
import { ButtonHTMLAttributes } from 'react'; | ||
export declare type ButtonType = 'primary' | 'secondary' | 'warning' | 'error'; | ||
export declare type ButtonType = 'primary' | 'secondary' | 'warn' | 'error'; | ||
export declare type ButtonColorScheme = { | ||
@@ -12,4 +12,5 @@ bgColor?: string; | ||
variant?: ButtonType; | ||
rounded?: 'sm' | 'md' | 'lg' | 'normal' | 'full' | 'none'; | ||
colorScheme?: ButtonColorScheme; | ||
} | ||
//# sourceMappingURL=button.types.d.ts.map |
{ | ||
"name": "@ekidpro/ui.button", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "> TODO: description", | ||
@@ -30,3 +30,3 @@ "author": "lamlv <lam.luongvan2305@gmail.com>", | ||
}, | ||
"gitHead": "843c092e776eac684358f2b3aea599108aa35cf3" | ||
"gitHead": "e6292856dee2d0c1e6d4ca263103eb06b8126691" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
154913
155