types(compiler-sfc): export additional types
This commit is contained in:
parent
5fda93801e
commit
d6be3405b3
@ -33,7 +33,8 @@ export {
|
|||||||
SFCBlock,
|
SFCBlock,
|
||||||
SFCTemplateBlock,
|
SFCTemplateBlock,
|
||||||
SFCScriptBlock,
|
SFCScriptBlock,
|
||||||
SFCStyleBlock
|
SFCStyleBlock,
|
||||||
|
SFCParseResult
|
||||||
} from './parse'
|
} from './parse'
|
||||||
export {
|
export {
|
||||||
TemplateCompiler,
|
TemplateCompiler,
|
||||||
@ -46,6 +47,7 @@ export {
|
|||||||
SFCStyleCompileResults
|
SFCStyleCompileResults
|
||||||
} from './compileStyle'
|
} from './compileStyle'
|
||||||
export { SFCScriptCompileOptions } from './compileScript'
|
export { SFCScriptCompileOptions } from './compileScript'
|
||||||
|
export { AssetURLOptions, AssetURLTagConfig } from './templateTransformAssetUrl'
|
||||||
export {
|
export {
|
||||||
CompilerOptions,
|
CompilerOptions,
|
||||||
CompilerError,
|
CompilerError,
|
||||||
|
Loading…
Reference in New Issue
Block a user