UNPKG

tesler-form-builder

Version:

Tesler form-builder based on formily (designable)

7 lines (6 loc) 223 B
import React from "react"; import { TabsProps, TabPaneProps } from "antd/lib/tabs"; import { DnFC } from "@designable/react"; export declare const FormTab: DnFC<TabsProps> & { TabPane?: React.FC<TabPaneProps>; };