UNPKG

hcmstorybook

Version:

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

8 lines (7 loc) 246 B
/// <reference types="react" /> import "./DateRangePicker.css"; export declare const BasicDateRangePicker: ({ label, field_state, placeholder_text }: { label: string; field_state: any; placeholder_text: any; }) => JSX.Element;