mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-18 21:36:27 +01:00
2 lines
87 B
TypeScript
2 lines
87 B
TypeScript
export const classNames = (...classes: string[]) => classes.filter(Boolean).join(' ');
|