diff --git a/src/runtime/types/button.d.ts b/src/runtime/types/button.d.ts index 83e69acd..d7882baa 100644 --- a/src/runtime/types/button.d.ts +++ b/src/runtime/types/button.d.ts @@ -24,8 +24,6 @@ export interface Button extends Link { trailingIcon?: string trailing?: boolean leading?: boolean - to?: string | object - target?: string square?: boolean truncate?: boolean }