UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

48 lines (47 loc) 1.98 kB
/** * @file index.tsx * * @fileoverview Story to display the single date picker inside the component library * styleguide. */ /// <reference types="react" /> declare const _default: { title: string; }; export default _default; export declare const SingleDate: { (): JSX.Element; story: { title: string; parameters: { component: ({ id, placeholder, initialDate, onDateChange, label, description, displayFormat, showTimeSelect, timeFormat, timeIntervals, timeCaption, minDate, maxDate, readOnly, required, error, disabledKeyboardNavigation, ...props }: import(".").SingleDatePopupProps) => JSX.Element; }; }; }; export declare const SingleOnlyFuture: { (): JSX.Element; story: { title: string; parameters: { component: ({ id, placeholder, initialDate, onDateChange, label, description, displayFormat, showTimeSelect, timeFormat, timeIntervals, timeCaption, minDate, maxDate, readOnly, required, error, disabledKeyboardNavigation, ...props }: import(".").SingleDatePopupProps) => JSX.Element; }; }; }; export declare const SingleDateInitialDay: { (): JSX.Element; story: { title: string; parameters: { component: ({ id, placeholder, initialDate, onDateChange, label, description, displayFormat, showTimeSelect, timeFormat, timeIntervals, timeCaption, minDate, maxDate, readOnly, required, error, disabledKeyboardNavigation, ...props }: import(".").SingleDatePopupProps) => JSX.Element; }; }; }; export declare const SingleDateWithTime: { (): JSX.Element; story: { title: string; parameters: { component: ({ id, placeholder, initialDate, onDateChange, label, description, displayFormat, showTimeSelect, timeFormat, timeIntervals, timeCaption, minDate, maxDate, readOnly, required, error, disabledKeyboardNavigation, ...props }: import(".").SingleDatePopupProps) => JSX.Element; }; }; };