UNPKG

vue3-sfc-loader

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