Skip to content

Commit 1a10b59

Browse files
authoredJun 24, 2021
fix(relevantSort): export RelevantSortWidgetParams type (#4794)
1 parent 57ed594 commit 1a10b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/widgets/relevant-sort/relevant-sort.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export type RelevantSortTemplates = Partial<{
3030
button: Template<{ isRelevantSorted: boolean }>;
3131
}>;
3232

33-
type RelevantSortWidgetParams = {
33+
export type RelevantSortWidgetParams = {
3434
container: string | HTMLElement;
3535
cssClasses?: RelevantSortCSSClasses;
3636
templates?: RelevantSortTemplates;

0 commit comments

Comments
 (0)
Please sign in to comment.