Skip to content

Commit d6be340

Browse files
committed
types(compiler-sfc): export additional types
1 parent 5fda938 commit d6be340

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/compiler-sfc/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export {
3333
SFCBlock,
3434
SFCTemplateBlock,
3535
SFCScriptBlock,
36-
SFCStyleBlock
36+
SFCStyleBlock,
37+
SFCParseResult
3738
} from './parse'
3839
export {
3940
TemplateCompiler,
@@ -46,6 +47,7 @@ export {
4647
SFCStyleCompileResults
4748
} from './compileStyle'
4849
export { SFCScriptCompileOptions } from './compileScript'
50+
export { AssetURLOptions, AssetURLTagConfig } from './templateTransformAssetUrl'
4951
export {
5052
CompilerOptions,
5153
CompilerError,

0 commit comments

Comments
 (0)