Skip to content

Commit 8cba823

Browse files
authored
Add hideTextfield to typescript props (#74)
1 parent ed2dd39 commit 8cba823

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
interface ColorPickerProps {
3030
value?: Color | string | number;
3131
disableTextfield?: boolean;
32+
hideTextfield?: boolean;
3233
deferred?: boolean;
3334
palette?: null;
3435
inputFormats?: string[];
@@ -119,4 +120,4 @@
119120
ColorBoxProps,
120121
Color,
121122
ColorObject
122-
};
123+
};

0 commit comments

Comments
 (0)