ivue-material-plus
Version:
A high quality UI components Library with Vue.js
68 lines (67 loc) • 1.42 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
/**
* 分隔符
*
* @type {String}
*/
divider: {
type: StringConstructor;
default: string;
};
/**
* 中间对齐
*
* @type {Boolean}
*/
justifyCenter: {
type: BooleanConstructor;
default: boolean;
};
/**
* 尾部对齐
*
* @type {Boolean}
*/
justifyEnd: {
type: BooleanConstructor;
default: boolean;
};
}, {
prefixCls: string;
styles: import("vue").ComputedRef<{
'justify-content': string;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* 分隔符
*
* @type {String}
*/
divider: {
type: StringConstructor;
default: string;
};
/**
* 中间对齐
*
* @type {Boolean}
*/
justifyCenter: {
type: BooleanConstructor;
default: boolean;
};
/**
* 尾部对齐
*
* @type {Boolean}
*/
justifyEnd: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
divider: string;
justifyCenter: boolean;
justifyEnd: boolean;
}>;
export default _sfc_main;