press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
6 lines (5 loc) • 353 B
TypeScript
type IConfig = number | string | Array<Record<string, string | number>> | Record<string, string | number>;
export declare function bem(name: string, conf: IConfig): string;
export declare function bem2(name: string, conf: IConfig): string;
export declare function bem3(name: string, conf: IConfig, extraClassPrefix: string): string;
export default bem;