更新菜单栏中的帮助中心教程和产品介绍的相关文档
This commit is contained in:
8
src/lib/utils/index.ts
Normal file
8
src/lib/utils/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {ReactNode} from 'react'
|
||||
import {ClassNameValue, twMerge} from 'tailwind-merge'
|
||||
|
||||
export function merge(...inputs: ClassNameValue[]) {
|
||||
return twMerge(inputs)
|
||||
}
|
||||
|
||||
export type Children = {children: ReactNode}
|
||||
Reference in New Issue
Block a user