UNPKG

@fluentui/react-northstar

Version:
7 lines (6 loc) 545 B
import { ComponentSlotStylesPrepared } from '@fluentui/styles'; import { AlertStylesProps } from '../../../../components/Alert/Alert'; import { AlertVariables } from './alertVariables'; import { AlertDismissActionStylesProps } from '../../../../components/Alert/AlertDismissAction'; export declare const getIntentColorsFromProps: (p: AlertDismissActionStylesProps, v: AlertVariables) => Record<'color' | 'backgroundColor' | 'borderColor', string>; export declare const alertStyles: ComponentSlotStylesPrepared<AlertStylesProps, AlertVariables>;