(page: ShowcasePage, storyId: string)
| 468 | }); |
| 469 | }; |
| 470 | const selectAppDemo = (page: ShowcasePage, storyId: string) => { |
| 471 | selectPage({ mode: publicChartMode, page }, storyId); |
| 472 | }; |
| 473 | const selectThemeMode = (mode: ShowcaseThemeMode) => { |
| 474 | setThemeMode(mode); |
| 475 | updateShowcaseUrl({ |
nothing calls this directly
no test coverage detected