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) 243 B
import { JsxAttribute } from 'ts-morph'; declare const extractPseudoAttribute: (jsxAttribute: JsxAttribute) => string | number | boolean | Record<string, any> | (string | number | undefined)[] | undefined; export { extractPseudoAttribute };