chore: improve popper handling

This commit is contained in:
Benjamin Canac
2022-10-07 13:27:51 +02:00
parent 44b7199c4f
commit 005c18e4c0
10 changed files with 138 additions and 190 deletions

View File

@@ -1,5 +1,3 @@
export * from './popper'
export function classNames (...classes: any[string]) {
return classes.filter(Boolean).join(' ')
}