@techabl/core-components
Version:
Easy use restyle components in React applications.
12 lines • 445 B
TypeScript
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