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)

3 lines (2 loc) 109 B
import { AstNode } from "rollup"; export declare const getImportDeclarationsValue: (root: AstNode) => any[];