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