first commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function cx(...tokens: Array<string | false | null | undefined>): string {
|
||||
return tokens.filter(Boolean).join(" ");
|
||||
}
|
||||
Reference in New Issue
Block a user