UNPKG

@kuma-ui/compiler

Version:

🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.

8 lines (6 loc) 164 B
declare const compile: (code: string, id: string, bindings: Record<string, string>) => { code: string; id: string; css: string; }; export { compile };