UNPKG

@scalar/api-client

Version:

the open source API testing client

9 lines 296 B
import type { IntegrationThemeId, ThemeId } from '@scalar/themes'; type Themes = Exclude<ThemeId, IntegrationThemeId>; export declare const getThemeColors: (themeId: Themes) => { light: string; dark: string; accent: string; }; export {}; //# sourceMappingURL=get-theme-colors.d.ts.map