@scalar/api-client
Version:
the open source API testing client
10 lines • 372 B
TypeScript
import type { IntegrationThemeId, themePresets } from '@scalar/themes';
type ThemePresets = typeof themePresets;
type Themes = Exclude<ThemePresets[number]['slug'], IntegrationThemeId>;
export declare const getThemeColors: (themeId: Themes | "none") => {
light: string;
dark: string;
accent: string;
};
export {};
//# sourceMappingURL=get-theme-colors.d.ts.map