UNPKG

condition-editor

Version:
7 lines (6 loc) 132 B
/** * 统一添加样式类前缀 * @param after * @returns */ export declare const getPrefixClass: (after?: string) => string;