fix(Button): wrong to type

Resolves #1253
This commit is contained in:
Benjamin Canac
2024-10-30 11:16:04 +01:00
parent 25378df1d8
commit 8ab4a14394

View File

@@ -24,8 +24,6 @@ export interface Button extends Link {
trailingIcon?: string
trailing?: boolean
leading?: boolean
to?: string | object
target?: string
square?: boolean
truncate?: boolean
}