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