UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

5 lines (4 loc) 114 B
export const classNames = (classes: any[]) => classes .flat(Infinity) .filter(Boolean) .join(' ')