UNPKG

@fluentui/react-northstar

Version:
11 lines (10 loc) 472 B
import { ItemType } from '../../../types'; import { TeamsSchemeMappingWithAreas } from '../../types'; export declare const headerColorAreas: "foreground"[]; export declare type HeaderColorSchemeMapping = TeamsSchemeMappingWithAreas<ItemType<typeof headerColorAreas>>; export interface HeaderVariables { colorScheme?: HeaderColorSchemeMapping; color: string; descriptionColor: string; } export declare const headerVariables: (siteVars: any) => HeaderVariables;