mirror of
https://github.com/quartz-community/tag-list.git
synced 2026-07-22 02:50:30 +00:00
deps: update @quartz-community/types and @quartz-community/utils
Also fix code formatting with prettier.
This commit is contained in:
parent
2fa3bbb34d
commit
29da63c8e7
2 changed files with 943 additions and 6 deletions
945
package-lock.json
generated
945
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,3 @@
|
|||
export function classNames(
|
||||
...classes: (string | undefined | null | false)[]
|
||||
): string {
|
||||
export function classNames(...classes: (string | undefined | null | false)[]): string {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue