Skip to content

Commit 91bdea1

Browse files
authoredJun 24, 2021
fix(index): export IndexWidgetParams type (#4793)
1 parent 1a10b59 commit 91bdea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/widgets/index/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const withUsage = createDocumentationMessageGenerator({
2828
name: 'index-widget',
2929
});
3030

31-
type IndexWidgetParams = {
31+
export type IndexWidgetParams = {
3232
indexName: string;
3333
indexId?: string;
3434
};

0 commit comments

Comments
 (0)
Please sign in to comment.