mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
chore(Button): ignore raw from LinkProps
This commit is contained in:
@@ -12,7 +12,7 @@ const button = tv({ extend: tv(theme), ...(appConfig.ui?.button || {}) })
|
|||||||
|
|
||||||
type ButtonVariants = VariantProps<typeof button>
|
type ButtonVariants = VariantProps<typeof button>
|
||||||
|
|
||||||
export interface ButtonProps extends UseComponentIconsProps, Omit<LinkProps, 'custom'> {
|
export interface ButtonProps extends UseComponentIconsProps, Omit<LinkProps, 'raw' | 'custom'> {
|
||||||
label?: string
|
label?: string
|
||||||
color?: ButtonVariants['color']
|
color?: ButtonVariants['color']
|
||||||
variant?: ButtonVariants['variant']
|
variant?: ButtonVariants['variant']
|
||||||
|
|||||||
Reference in New Issue
Block a user