@iimm/formily-taro-vantui
Version:
form field components based on @antmjs/vantui and @formily/react
8 lines (7 loc) • 322 B
TypeScript
/// <reference types="react" />
import { type SwitchBaseProps } from "./SwitchBase";
export interface SwitchProps extends SwitchBaseProps {
}
export declare const Switch: import("react").MemoExoticComponent<import("@formily/react").ReactFC<SwitchProps & {
ref?: import("react").LegacyRef<any> | undefined;
}>>;