UNPKG

@vue-macros/boolean-prop

Version:

booleanProp feature from Vue Macros.

12 lines (11 loc) 287 B
import { Options } from "./api-De7KjCH5.js"; import { Plugin } from "vite"; //#region src/index.d.ts declare function rollup(options?: Options): Plugin; declare const plugin: { rollup: typeof rollup; rolldown: typeof rollup; vite: typeof rollup; }; //#endregion export { plugin };