@fluentui/react-northstar
Version:
A themable React component library.
16 lines (15 loc) • 486 B
TypeScript
export interface StatusVariables {
borderColor: string;
borderWidth: number;
successBackgroundColor: string;
successTextColor: string;
infoBackgroundColor: string;
infoTextColor: string;
warningBackgroundColor: string;
warningTextColor: string;
errorBackgroundColor: string;
errorTextColor: string;
defaultBackgroundColor: string;
defaultTextColor: string;
}
export declare const statusVariables: (siteVariables: any) => StatusVariables;