jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
48 lines (47 loc) • 1.93 kB
TypeScript
/**
* @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, 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, 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, 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, displayFormat, showTimeSelect, timeFormat, timeIntervals, timeCaption, minDate, maxDate, readOnly, required, error, disabledKeyboardNavigation, ...props }: import(".").SingleDatePopupProps) => JSX.Element;
};
};
};