UNPKG

hcmstorybook

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

12 lines (11 loc) 317 B
/// <reference types="react" /> /** * Basic DataPicker component for user interaction */ export declare const BasicDataPicker: ({ label, view, openFirst, isDisable, dateFormate }: { label: string; view: any; openFirst: any; isDisable: boolean; dateFormate: string; }) => JSX.Element;