Skip to content

Commit

Permalink
fix: export interface
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 17, 2021
1 parent f029eae commit 5484b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/instrument/src/babel/extract-component.ts
Expand Up @@ -16,7 +16,7 @@ import { readSourceFile } from '../misc/source-options';

import { LoadingDocStore, InstrumentOptions } from '../types';

interface ComponentParseData {
export interface ComponentParseData {
component?: Component;
componentPackage?: PackageInfo;
}
Expand Down

0 comments on commit 5484b4a

Please sign in to comment.