We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd7fe3 commit c5fcf19Copy full SHA for c5fcf19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@beeinventor/dasiot-react-component-lib",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"module": "lib/index.js",
5
"types": "lib/index.d.ts",
6
"files": [
src/components/DatePicker/DatePicker.types.ts
@@ -6,7 +6,7 @@ export interface StyledRootProps {
}
7
8
export interface DatePickerProps extends Omit<BoxProps, 'onSelect'> {
9
- className: string;
+ className?: string;
10
type?: 'date' | 'range';
11
placeholder?: string;
12
locale?: Locale;
0 commit comments