tdesign-mobile-vue
Version:
tdesign-mobile-vue
12 lines (11 loc) • 450 B
TypeScript
import _Form from './form';
import _FormItem from './form-item';
import { WithInstallType } from '../shared';
import { TdFormProps, TdFormItemProps } from './type';
import './style';
export * from './type';
export declare type FormProps = TdFormProps;
export declare type FormItemProps = TdFormItemProps;
export declare const Form: WithInstallType<typeof _Form>;
export declare const FormItem: WithInstallType<typeof _FormItem>;
export default Form;