office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
58 lines (57 loc) • 1.41 kB
TypeScript
export declare const defaultTheme: {
themeDarker: string;
themeDark: string;
themeDarkAlt: string;
themePrimary: string;
themeSecondary: string;
themeTertiary: string;
themeLight: string;
themeLighter: string;
themeLighterAlt: string;
neutralDark: string;
neutralPrimary: string;
neutralSecondary: string;
neutralSecondaryAlt: string;
neutralTertiary: string;
neutralTertiaryAlt: string;
neutralQuaternary: string;
neutralQuaternaryAlt: string;
neutralLight: string;
neutralLighter: string;
neutralLighterAlt: string;
alert: string;
alertBackground: string;
black: string;
blackTranslucent40: string;
blue: string;
blueDark: string;
blueLight: string;
blueMid: string;
error: string;
errorBackground: string;
green: string;
greenDark: string;
greenLight: string;
info: string;
infoBackground: string;
magenta: string;
magentaDark: string;
magentaLight: string;
orange: string;
orangeLight: string;
orangeLighter: string;
purple: string;
purpleDark: string;
purpleLight: string;
red: string;
redDark: string;
success: string;
successBackground: string;
teal: string;
tealDark: string;
tealLight: string;
white: string;
whiteTranslucent40: string;
yellow: string;
yellowLight: string;
};