cal.pub0.org/packages/ui/components/form/date-range-picker/index.ts

6 lines
177 B
TypeScript

import dynamic from "next/dynamic";
export const DateRangePickerLazy = dynamic(
() => import("./DateRangePicker")
) as unknown as typeof import("./DateRangePicker").default;