Преглед изворни кода

types(compiler-sfc): export additional types

Evan You пре 4 година
родитељ
комит
d6be3405b3
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      packages/compiler-sfc/src/index.ts

+ 3 - 1
packages/compiler-sfc/src/index.ts

@@ -33,7 +33,8 @@ export {
   SFCBlock,
   SFCTemplateBlock,
   SFCScriptBlock,
-  SFCStyleBlock
+  SFCStyleBlock,
+  SFCParseResult
 } from './parse'
 export {
   TemplateCompiler,
@@ -46,6 +47,7 @@ export {
   SFCStyleCompileResults
 } from './compileStyle'
 export { SFCScriptCompileOptions } from './compileScript'
+export { AssetURLOptions, AssetURLTagConfig } from './templateTransformAssetUrl'
 export {
   CompilerOptions,
   CompilerError,