UNPKG

vue3-sfc-loader-juicyflux

Version:
5 lines (3 loc) 226 B
import { ModuleExport, Options, AbstractPath } from './types' export declare function createSFCModule (source: string, filename: AbstractPath, options: Options): Promise<ModuleExport> export declare const vueVersion : string