PR-722301: Adding Library Components.

This commit is contained in:
2023-10-11 23:15:46 +00:00
parent 2410a0f8d0
commit b100dc40c3
34 changed files with 885 additions and 108 deletions

1
src/utils/index.ts Normal file
View File

@ -0,0 +1 @@
export const joinClassNames = (...classes: string[]) => classes.filter(className => className).join(' ')