Skip to content

Commit 3121125

Browse files
add type
1 parent 0b01e51 commit 3121125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin/types/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export interface Field {
9898
autoPage?: Props['autoPage'];
9999
autoPageDelay?: Props['autoPageDelay'];
100100
class?: string;
101+
clearable?: boolean;
101102
color?: Props['color'];
102103
columns?: Props['fieldColumns'];
103104
density?: GlobalDensity;

0 commit comments

Comments
 (0)