UNPKG

@iimm/formily-mui

Version:

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

6 lines (5 loc) 262 B
/// <reference types="react" /> import { type InputBaseProps } from "./InputBase"; export interface InputProps extends InputBaseProps { } export declare const Input: import("react").MemoExoticComponent<import("@formily/react").ReactFC<Omit<InputProps, "ref">>>;