@fluentui/react-northstar
Version:
A themable React component library.
11 lines (10 loc) • 472 B
TypeScript
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;