UNPKG

@techabl/core-components

Version:
12 lines 445 B
import 'react-datepicker/dist/react-datepicker.css'; interface DatePickerProps { title: string; value?: string; className?: string; disable?: boolean; showFormat?: string; placeholder?: string; } export declare const DatePickerComp: ({ title, className, disable, value, showFormat, placeholder, }: DatePickerProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=date-picker.component.d.ts.map