types(compiler-sfc): export SFCParseResult type (#2923)

close #2921
This commit is contained in:
edison
2022-05-10 09:37:59 +08:00
committed by GitHub
parent 7540a3ff1d
commit decad9df57

View File

@@ -29,6 +29,7 @@ export {
// Types // Types
export { export {
SFCParseOptions, SFCParseOptions,
SFCParseResult,
SFCDescriptor, SFCDescriptor,
SFCBlock, SFCBlock,
SFCTemplateBlock, SFCTemplateBlock,