forked from baron/baron-sso
common utils 경로로 cn helper 공용화
This commit is contained in:
6
common/core/utils/index.ts
Normal file
6
common/core/utils/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export function mergeClassNames(
|
||||
mergeFn: (...classNames: string[]) => string,
|
||||
classNames: string[],
|
||||
) {
|
||||
return mergeFn(...classNames);
|
||||
}
|
||||
Reference in New Issue
Block a user