Skip to content

Commit

Permalink
joinClassNames implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 14, 2024
1 parent 27a19aa commit 86e3bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/leaf/map/fullscreen/dom-node-class/join-class-names.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function joinClassNames(classNames: string[]): string {
return classNames.join(' ')
}

0 comments on commit 86e3bc0

Please sign in to comment.