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.

6 lines (3 loc) 204 B
import { Node, ts } from 'ts-morph'; declare const handleJsxExpression: (node: Node<ts.Node>) => string | number | boolean | (string | number | undefined)[] | undefined; export { handleJsxExpression };