press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
19 lines (18 loc) • 443 B
TypeScript
export declare const TIP_CLASS_MAP: {
popup: string;
mask: string;
'mask--fade-in': string;
'mask--fade-out': string;
content: string;
'content--bottom-enter': string;
'content--bottom-leave': string;
'title-wrap': string;
'title-line': string;
back: string;
title: string;
close: string;
'qr-code': string;
save: string;
tip: string;
};
export declare function getActClass(useTipClass: boolean, args: any): any;