UNPKG

vue-admin-core

Version:
7 lines (6 loc) 199 B
/** * @param scope 类名 * @returns 返回空间名-类名 */ export declare const getPrefixCls: (scope?: string) => string; export declare const getFormilyPrefixCls: (scope?: string) => string;