UNPKG

tesler-form-builder

Version:

Tesler form-builder based on formily (designable)

7 lines (6 loc) 210 B
import React from "react"; export interface IFormItemSwitcherProps { value?: string; onChange?: (value: string) => void; } export declare const FormItemSwitcher: React.FC<IFormItemSwitcherProps>;