diff --git a/src/runtime/components/Button.vue b/src/runtime/components/Button.vue index a1617a33..909a71c3 100644 --- a/src/runtime/components/Button.vue +++ b/src/runtime/components/Button.vue @@ -10,6 +10,7 @@ const appButton = tv(theme) type ButtonVariants = VariantProps export interface ButtonProps extends LinkProps { + type?: string label?: string color?: ButtonVariants['color'] size?: ButtonVariants['size'] @@ -33,8 +34,7 @@ export interface ButtonProps extends LinkProps {