Updated API reports due to the package change

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2026-02-23 06:29:04 -06:00
parent d0469f605a
commit 4541817031
16 changed files with 81 additions and 230 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ export function createBaseThemeOptions<PaletteOptions>(
palette: PaletteOptions;
typography: BackstageTypography;
page: PageTheme;
getPageTheme: ({ themeId }: PageThemeSelector) => PageTheme;
getPageTheme: (input: PageThemeSelector) => PageTheme;
};
// @public @deprecated