UNPKG

@fruits-chain/react-native-xiaoshu

Version:
8 lines (7 loc) 241 B
import type { FormProps as RCFormProps } from 'rc-field-form'; /** * Form 组件可用 props * @description 暂时不支持自定义 component */ export interface FormProps<Values = any> extends Omit<RCFormProps<Values>, 'component'> { }