ivue-material-plus
Version:
A high quality UI components Library with Vue.js
24 lines (23 loc) • 463 B
TypeScript
declare const _sfc_main: {
name: string;
props: {
/**
* 标题
*
* @type {String}
*/
title: {
type: StringConstructor;
default: string;
};
};
setup(): {
prefixCls: string;
wrapperStyles: import("vue").ComputedRef<{
paddingLeft: string;
} | {
paddingLeft?: undefined;
}>;
};
};
export default _sfc_main;