ivue-material-plus
Version:
A high quality UI components Library with Vue.js
40 lines (39 loc) • 980 B
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* 标签宽度auto
*
* @type {Boolean}
*/
isAutoWidth: {
type: BooleanConstructor;
};
/**
* form 设置宽度为 auto 更新所有 item
*
* @type {Boolean}
*/
updateAll: {
type: BooleanConstructor;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* 标签宽度auto
*
* @type {Boolean}
*/
isAutoWidth: {
type: BooleanConstructor;
};
/**
* form 设置宽度为 auto 更新所有 item
*
* @type {Boolean}
*/
updateAll: {
type: BooleanConstructor;
};
}>>, {
isAutoWidth: boolean;
updateAll: boolean;
}>;
export default _default;