Skip to content

Commit ac79626

Browse files
colinramsayarthurdenner
authored andcommitted
fix(definitions): Update TypeScript definitions to remove duplicate definition (#20)
1 parent 9d14d8c commit ac79626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export interface SemanticDatepickerProps {
3131
name?: string;
3232
onDateChange: (newDate: Date | Date[] | null) => void;
3333
placeholder?: string;
34-
placeholder?: string;
3534
selected?: Date | Date[];
3635
showOutsideDays?: boolean;
3736
size?: SemanticSIZES;

0 commit comments

Comments
 (0)