UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines (7 loc) 377 B
import { ConfirmationMessageStylesType } from '../../../../../components/confirmationMessage/types/confirmationMessageTheme'; import { ConfirmationMessageVariantType } from './variants'; export declare const getConfirmationMessageStyles: (COLORS: { [key: string]: { [key: string]: string; }; }) => ConfirmationMessageStylesType<ConfirmationMessageVariantType>;