UNPKG

rollup-plugin-vue

Version:

> Roll Vue 3 SFCs with Rollup.

4 lines (3 loc) 193 B
import { CompilerError } from "@vue/compiler-sfc"; import { RollupError } from "rollup"; export declare function createRollupError(id: string, error: CompilerError | SyntaxError): RollupError;