export function cx( ...classNames: Array ) { return classNames.filter(Boolean).join(' '); }