UNPKG

@suid/css

Version:

CSS render in JS.

4 lines 261 B
declare function findStyleElement(element: Element, classPrefix?: string): HTMLStyleElement | undefined; declare function findStyleElement(id: string): HTMLStyleElement | undefined; export default findStyleElement; //# sourceMappingURL=findStyleElement.d.ts.map