From 7de68c7cb235028ef70c89332d1830bdd544304c Mon Sep 17 00:00:00 2001 From: H171 <1091088708@qq.com> Date: Mon, 7 Aug 2023 00:14:07 +0800 Subject: [PATCH] fix(types): fix types of `button` --- src/runtime/types/button.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime/types/button.d.ts b/src/runtime/types/button.d.ts index 3c638b0f45..80a0a8b451 100644 --- a/src/runtime/types/button.d.ts +++ b/src/runtime/types/button.d.ts @@ -6,13 +6,16 @@ export interface Button extends Link { label?: string loading?: boolean disabled?: boolean + padded?: boolean size?: string color?: string variant?: string icon?: string + loadingIcon?: string leadingIcon?: string trailingIcon?: string trailing?: boolean + leading?: boolean to?: string | object target?: string square?: boolean