From 8ab4a14394e0890b33a610e6491d891e89386959 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 30 Oct 2024 11:16:04 +0100 Subject: [PATCH] fix(Button): wrong `to` type Resolves #1253 --- src/runtime/types/button.d.ts | 2 -- 1 file changed, 2 deletions(-) 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 }