UNPKG

rollup-plugin-react-scoped-css

Version:

A rollup plugin designed to allow scoped css to be run in react (Compatible with vite and rollup)

9 lines (8 loc) 322 B
import { JsxParser } from "./jsx-parser.model"; export declare class ModernJsxParser implements JsxParser { private reactCalleeNames; isNodeReactFragment(node: any): boolean; isNodeReactElement(node: any): boolean; extendNodeWithAttributes(node: any, attr: string): any; private createAttributeNode; }