diff options
Diffstat (limited to 'packages/ui/src/components/button.tsx')
| -rw-r--r-- | packages/ui/src/components/button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.tsx b/packages/ui/src/components/button.tsx index b2d2004d3..7f974b2f7 100644 --- a/packages/ui/src/components/button.tsx +++ b/packages/ui/src/components/button.tsx @@ -4,7 +4,7 @@ import { Icon, IconProps } from "./icon" export interface ButtonProps extends ComponentProps<typeof Kobalte>, - Pick<ComponentProps<"button">, "class" | "classList" | "children" | "style"> { + Pick<ComponentProps<"button">, "class" | "classList" | "children"> { size?: "small" | "normal" | "large" variant?: "primary" | "secondary" | "ghost" icon?: IconProps["name"] |
