Skip to content

Commit

Permalink
docs: restore missing example
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jul 14, 2024
1 parent d3ccd9b commit 4d481a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./AccessibleDatePicker";
export * from "./AutoFocus";
export * from "./ContainerAttributes";
export * from "./Controlled";
export * from "./CssModules";
Expand All @@ -15,18 +16,18 @@ export * from "./DisableNavigation";
export * from "./Dropdown";
export * from "./DropdownMultipleMonths";
export * from "./Fixedweeks";
export * from "./AutoFocus";
export * from "./FocusRecursive";
export * from "./Footer";
export * from "./Formatters";
export * from "./FromToMonth";
export * from "./FromToYear";
export * from "./HideNavigation";
export * from "./Input";
export * from "./Jalali";
export * from "./InputRange";
export * from "./InputTime";
export * from "./ItalianLabels";
export * from "./ItalianLabels";
export * from "./Jalali";
export * from "./Keyboard";
export * from "./ModifiersClassnames";
export * from "./ModifiersCustom";
Expand All @@ -49,15 +50,15 @@ export * from "./Single";
export * from "./SingleRequired";
export * from "./Spanish";
export * from "./SpanishWeekStartsOn";
export * from "./ItalianLabels";
export * from "./Start";
export * from "./StartEndMonths";
export * from "./StylingCss";
export * from "./StylingInline";
export * from "./StylingModifiers";
export * from "./TailwindCSS";
export * from "./Testcase1567";
export * from "./Utc";
export * from "./TestCase2047";
export * from "./Utc";
export * from "./WeekIso";
export * from "./Weeknumber";
export * from "./WeeknumberCustom";
Expand Down

0 comments on commit 4d481a9

Please sign in to comment.