UNPKG

@fluentui/react-northstar

Version:
16 lines (15 loc) 486 B
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;