UNPKG

lumen-react-javascript

Version:
8 lines (7 loc) 215 B
export default class CssUtils { private static cached; static get(selector: any): any; static set(selector: any, rule: any): void; static rgb2hex(rgb: any): any; static hex2rgb(hex: any): any; }