UNPKG

rippleui

Version:

Cleanest, modern and beatifull Tailwind CSS library.

8 lines (7 loc) 184 B
interface CssInJs { [key: string]: { [key: string]: string; }; } export declare const getSelectorsWithPrefix: (prefix: string, cssInJs: CssInJs) => CssInJs; export {};