Skip to content

Commit 6ba5786

Browse files
authored
Merge pull request #12 from BeeInventor/develop
fix: DatePicker className error
2 parents 1e0895a + c5fcf19 commit 6ba5786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beeinventor/dasiot-react-component-lib",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"module": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"files": [

src/components/DatePicker/DatePicker.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface StyledRootProps {
66
}
77

88
export interface DatePickerProps extends Omit<BoxProps, 'onSelect'> {
9-
className: string;
9+
className?: string;
1010
type?: 'date' | 'range';
1111
placeholder?: string;
1212
locale?: Locale;

0 commit comments

Comments
 (0)