mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 05:02:52 +08:00
[ui][button] add danger, warning, info variants
This commit is contained in:
@ -23,6 +23,9 @@ const buttonVariants: ReadonlyArray<ButtonVariant> = [
|
||||
'tertiary',
|
||||
'special',
|
||||
'success',
|
||||
'danger',
|
||||
'warning',
|
||||
'info',
|
||||
];
|
||||
|
||||
export default {
|
||||
|
Reference in New Issue
Block a user