UNPKG

rollup-plugin-tsx-scoped-css

Version:
6 lines (5 loc) 170 B
import { Plugin } from 'vite'; export interface Options { isScopedCssFile?: (filepath: string) => boolean; } export default function (raw_options?: Options): Plugin;