UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

6 lines (5 loc) 211 B
import { Story, Meta } from "@storybook/react/types-6-0"; import { FormBuilderProps } from "../types"; declare const meta: Meta; export default meta; export declare const Overview: Story<FormBuilderProps<any>>;