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 9d14d8c commit ac79626Copy full SHA for ac79626
src/index.d.ts
@@ -31,7 +31,6 @@ export interface SemanticDatepickerProps {
31
name?: string;
32
onDateChange: (newDate: Date | Date[] | null) => void;
33
placeholder?: string;
34
- placeholder?: string;
35
selected?: Date | Date[];
36
showOutsideDays?: boolean;
37
size?: SemanticSIZES;
0 commit comments