Skip to content

Commit c914bda

Browse files
Merge pull request #57 from webdevnerdstuff/dev
add type
2 parents f40d725 + 3121125 commit c914bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin/types/index.ts

Lines changed: 1 addition & 0 deletions
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)