첫 커밋: 로컬 프로젝트 업로드
This commit is contained in:
8
baron-sso/common/core/utils/index.ts
Normal file
8
baron-sso/common/core/utils/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export function mergeClassNames(
|
||||
mergeFn: (...classNames: string[]) => string,
|
||||
classNames: string[],
|
||||
) {
|
||||
return mergeFn(...classNames);
|
||||
}
|
||||
|
||||
export * from "./sort";
|
||||
Reference in New Issue
Block a user