UNPKG

@iimm/formily-taro-vantui

Version:

form field components based on @antmjs/vantui and @formily/react

10 lines (9 loc) 383 B
import { PropsWithChildren } from "react"; export interface FormLayoutProps { showFeedback?: boolean; alwaysShowFeedback?: boolean; /**@default true */ withFormItem?: boolean; } export declare const useFormLayout: () => FormLayoutProps; export declare const FormLayout: (props: PropsWithChildren<FormLayoutProps>) => import("react/jsx-runtime").JSX.Element;