We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ce644 commit ae553e3Copy full SHA for ae553e3
src/components/Input.tsx
@@ -1,4 +1,5 @@
1
import dayjs from "dayjs";
2
+import React from "react";
3
import {
4
ChangeEvent,
5
FC,
src/helpers/index.ts
@@ -6,7 +6,7 @@ dayjs.extend(weekday);
6
dayjs.extend(customParseFormat);
7
8
import { DATE_FORMAT, LANGUAGE } from "../constants";
9
-import { WeekStringType } from "../types";
+import { PeriodDay, WeekStringType } from "../types";
10
11
export function classNames(...classes: (false | null | undefined | string)[]) {
12
return classes.filter(Boolean).join(" ");
0 commit comments