press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
67 lines (66 loc) • 1.34 kB
TypeScript
declare const innerDefault: {
props: {
src: {
type: StringConstructor;
default: string;
};
round: {
type: BooleanConstructor;
default: boolean;
};
size: {
type: (NumberConstructor | StringConstructor)[];
default: string;
};
mode: {
type: StringConstructor;
default: string;
};
text: {
type: StringConstructor;
default: string;
};
backgroundColor: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: string;
};
fontSize: {
type: (NumberConstructor | StringConstructor)[];
default: number;
};
icon: {
type: StringConstructor;
default: string;
};
mpAvatar: {
type: BooleanConstructor;
default: boolean;
};
randomBackgroundColor: {
type: BooleanConstructor;
default: boolean;
};
defaultUrl: {
type: StringConstructor;
default: string;
};
colorIndex: {
type: (NumberConstructor | StringConstructor)[];
default: number;
validator(n: any): boolean;
};
name: {
type: StringConstructor;
default: string;
};
customStyle: {
type: StringConstructor;
default: string;
};
};
};
export default innerDefault;