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) 212 B
import { JsxOpeningElement, JsxSelfClosingElement } from 'ts-morph'; declare const collectPropsFromJsx: (node: JsxOpeningElement | JsxSelfClosingElement) => Record<string, any>; export { collectPropsFromJsx };