Skip to content

Commit decad9d

Browse files
authored
types(compiler-sfc): export SFCParseResult type (#2923)
close #2921
1 parent 7540a3f commit decad9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compiler-sfc/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export {
2929
// Types
3030
export {
3131
SFCParseOptions,
32+
SFCParseResult,
3233
SFCDescriptor,
3334
SFCBlock,
3435
SFCTemplateBlock,

0 commit comments

Comments
 (0)