tdesign-mobile-vue
Version:
tdesign-mobile-vue
45 lines (44 loc) • 1.15 kB
TypeScript
import { TdFormItemProps } from '../form/type';
import { PropType } from 'vue';
declare const _default: {
arrow: BooleanConstructor;
contentAlign: {
type: PropType<TdFormItemProps['contentAlign']>;
default: TdFormItemProps['contentAlign'];
validator(val: TdFormItemProps['contentAlign']): boolean;
};
for: {
type: StringConstructor;
default: string;
};
help: {
type: PropType<TdFormItemProps['help']>;
};
label: {
type: PropType<TdFormItemProps['label']>;
default: string;
};
labelAlign: {
type: PropType<TdFormItemProps['labelAlign']>;
validator(val: TdFormItemProps['labelAlign']): boolean;
};
labelWidth: {
type: PropType<TdFormItemProps['labelWidth']>;
};
name: {
type: StringConstructor;
default: string;
};
requiredMark: {
type: BooleanConstructor;
default: any;
};
rules: {
type: PropType<TdFormItemProps['rules']>;
};
showErrorMessage: {
type: BooleanConstructor;
default: any;
};
};
export default _default;