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