@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
9 lines • 343 B
TypeScript
/**
* Return a CSS class selector based on the provided class name.
*/
export declare function createClassSelector(className: string): string;
/**
* Return a single class names string from different css class.
*/
export declare function classNames(...classNames: Array<string | null | undefined>): string;
//# sourceMappingURL=css.d.ts.map