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)

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