UNPKG

@lekseek/ui

Version:

Vue 3 components library

4 lines (3 loc) 134 B
export function getClassName (b: string, e?: string, m?: string): string { return `${b}${e ? `__${e}` : ''}${m ? `--${m}` : ''}`; }