mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
export * from './popper'
|
|
|
|
export function classNames (...classes: any[string]) {
|
|
return classes.filter(Boolean).join(' ')
|
|
}
|