UNPKG

tesler-form-builder

Version:

Tesler form-builder based on formily (designable)

6 lines (5 loc) 250 B
import React from "react"; import { ComponentMeta } from "@storybook/react"; declare const ListOfFormsStory: ComponentMeta<React.FC<import("./ListOfForms").IListOfFormsProps>>; export default ListOfFormsStory; export declare const Primary: any;