From 312112578b6ecb90fed2a3d4dcb8639f9021ab43 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Tue, 13 May 2025 13:11:11 -0700 Subject: [PATCH] add type --- src/plugin/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin/types/index.ts b/src/plugin/types/index.ts index 38ac3be..8af74a3 100755 --- a/src/plugin/types/index.ts +++ b/src/plugin/types/index.ts @@ -98,6 +98,7 @@ export interface Field { autoPage?: Props['autoPage']; autoPageDelay?: Props['autoPageDelay']; class?: string; + clearable?: boolean; color?: Props['color']; columns?: Props['fieldColumns']; density?: GlobalDensity;