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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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