Skip to content

Commit b58e2dc

Browse files
review: use autodocs properly
1 parent d27998e commit b58e2dc

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/components/DatePicker/DateRangePicker.stories.tsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,6 @@ const meta: Meta<typeof DateRangePicker> = {
1010
console.log("Date range selected: ", startDate, endDate);
1111
},
1212
},
13-
argTypes: {
14-
startDate: {
15-
control: "date",
16-
},
17-
endDate: {
18-
control: "date",
19-
},
20-
futureDatesDisabled: {
21-
control: "boolean",
22-
},
23-
futureStartDatesDisabled: {
24-
control: "boolean",
25-
},
26-
maxRangeLength: {
27-
control: "number",
28-
},
29-
placeholder: {
30-
control: "text",
31-
},
32-
onSelectDateRange: {
33-
control: "object",
34-
},
35-
},
3613
tags: ["autodocs"],
3714
title: "Display/DateRangePicker",
3815
};

0 commit comments

Comments
 (0)