mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
chore: move to tsup
This commit is contained in:
5
utils/index.ts
Normal file
5
utils/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from './popper'
|
||||
|
||||
export function classNames (...classes: any[string]) {
|
||||
return classes.filter(Boolean).join(' ')
|
||||
}
|
||||
Reference in New Issue
Block a user