UNPKG

@lifeart/gxt

Version:

<img align="right" width="95" height="95" alt="Philosopher’s stone, logo of PostCSS" src="./public/logo.png">

10 lines (9 loc) • 296 B
import { type Plugin } from 'vite'; import { type Flags } from './flags.ts'; export { stripGXTDebug } from './babel.ts'; type Options = { authorMode?: boolean; disableHMR?: boolean; flags?: Partial<Flags>; }; export declare function compiler(mode: string, options?: Options): Plugin;