UNPKG

@tdb/util

Version:
5 lines (4 loc) 169 B
import { merge } from 'glamor'; import { CssProps } from './types'; export { merge }; export declare function className(...styles: Array<CssProps | undefined>): string;