hcmstorybook
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
36 lines (35 loc) • 889 B
TypeScript
/// <reference types="react" />
declare const _default: {
title: string;
component: ({ label, field_state, placeholder_text }: {
label: string;
field_state: any;
placeholder_text: any;
}) => JSX.Element;
argTypes: {
label: {
name: string;
control: {
type: string;
};
defaultValue: string;
};
field_state: {
name: string;
control: {
type: string;
options: string[];
};
defaultValue: string;
};
placeholder_text: {
name: string;
control: {
type: string;
};
defaultValue: string;
};
};
};
export default _default;
export declare const DateRangePicker: any;