UNPKG

@fluentui/react-northstar

Version:
10 lines (9 loc) 524 B
import { ItemType } from '../../../types'; import { TeamsSchemeMappingWithAreas } from '../../types'; export declare const headerDescriptionColorAreas: "foreground"[]; export declare type HeaderDescriptionColorSchemeMapping = TeamsSchemeMappingWithAreas<ItemType<typeof headerDescriptionColorAreas>>; export interface HeaderDescriptionVariables { colorScheme?: HeaderDescriptionColorSchemeMapping; color: string; } export declare const headerDescriptionVariables: (siteVariables: any) => HeaderDescriptionVariables;