We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RelevantSortWidgetParams
1 parent 57ed594 commit 1a10b59Copy full SHA for 1a10b59
src/widgets/relevant-sort/relevant-sort.tsx
@@ -30,7 +30,7 @@ export type RelevantSortTemplates = Partial<{
30
button: Template<{ isRelevantSorted: boolean }>;
31
}>;
32
33
-type RelevantSortWidgetParams = {
+export type RelevantSortWidgetParams = {
34
container: string | HTMLElement;
35
cssClasses?: RelevantSortCSSClasses;
36
templates?: RelevantSortTemplates;
0 commit comments