ivue-material-plus
Version:
A high quality UI components Library with Vue.js
91 lines (90 loc) • 2.03 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
/**
* 强制100%宽度
*
* @type {Boolean}
*/
fullWidth: {
type: BooleanConstructor;
};
/**
* 选择框宽度
*
* @type {Boolean}
*/
width: {
type: (NumberConstructor | StringConstructor)[];
default: number;
validator: (value: any) => boolean;
};
transition: {
type: StringConstructor;
default: string;
};
/**
* 日历方向
*
* @type {Boolean}
*/
landscape: {
type: BooleanConstructor;
};
/**
* 颜色
*
* @type {String | Array}
*/
color: {
type: (StringConstructor | ArrayConstructor)[];
default: string;
};
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* 强制100%宽度
*
* @type {Boolean}
*/
fullWidth: {
type: BooleanConstructor;
};
/**
* 选择框宽度
*
* @type {Boolean}
*/
width: {
type: (NumberConstructor | StringConstructor)[];
default: number;
validator: (value: any) => boolean;
};
transition: {
type: StringConstructor;
default: string;
};
/**
* 日历方向
*
* @type {Boolean}
*/
landscape: {
type: BooleanConstructor;
};
/**
* 颜色
*
* @type {String | Array}
*/
color: {
type: (StringConstructor | ArrayConstructor)[];
default: string;
};
}>>, {
width: string | number;
color: string | unknown[];
transition: string;
landscape: boolean;
fullWidth: boolean;
}>;
export default _sfc_main;