UNPKG

@iimm/formily-mui

Version:

form field components based on @mui/material and @formily/react

6 lines (5 loc) 268 B
/// <reference types="react" /> import { type SwitchBaseProps } from "./SwitchBase"; export interface SwitchProps extends SwitchBaseProps { } export declare const Switch: import("react").MemoExoticComponent<import("@formily/react").ReactFC<Omit<SwitchProps, "ref">>>;