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)

6 lines (5 loc) 229 B
import { ParserImplementations } from "./parsers/jsx-parser.model"; declare global { var implementation: null | ParserImplementations; } export declare function addHashAttributesToJsxTagsAst(program: any, attr: string): any;