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