UNPKG

vue3-sfc-loader

Version:
6 lines (5 loc) 206 B
import { Options, ModuleExport, AbstractPath } from './types'; /** * @internal */ export declare function createSFCModule(source: string, filename: AbstractPath, options: Options): Promise<ModuleExport>;