fix: types errors

This commit is contained in:
DIYgod 2022-08-08 23:15:42 +01:00
parent 5ed8e70bd8
commit 1fc5a597ae
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ type ButtonProps = {
isBlock?: boolean
isDisabled?: boolean
isAutoWidth?: boolean
variant?: "primary" | "secondary" | "text" | "like" | "collect"
variant?: "primary" | "secondary" | "text" | "like" | "collect" | "crossbell"
variantColor?: "green" | "red" | "gray"
size?: "sm"
rounded?: "full" | "lg"