press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
16 lines (13 loc) • 311 B
TypeScript
export declare const DEFAULT_OPTIONS: {
selector: string | ((context: any) => any);
show: boolean;
mask: boolean;
message: string;
forbidClick: boolean;
zIndex: number;
type: string;
loadingType: string;
position: string;
duration: number;
};
export declare const DEFAULT_KEY = 'message';