UNPKG

vue3-sfc-loader

Version:

Vue3 Single File Component loader

7 lines (6 loc) 288 B
import { Options, ModuleExport, AbstractPath } from './types'; export { version as vueVersion } from 'vue-template-compiler/package.json'; /** * @internal */ export declare function createSFCModule(source: string, filename: AbstractPath, options: Options): Promise<ModuleExport>;