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;