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.
1 parent 07687f1 commit 10f58a4Copy full SHA for 10f58a4
packages/dev/s2-docs/src/SearchMenu.tsx
@@ -92,7 +92,7 @@ export const TAB_DEFS: Record<Library, TabDef> = {
92
}
93
};
94
95
-const getCurrentLibrary = (currentPage: Page): Library => getLibraryFromPage(currentPage);
+export const getCurrentLibrary = (currentPage: Page): Library => getLibraryFromPage(currentPage);
96
97
// getLibraryFromUrl now imported from library.ts
98
0 commit comments