import {IAlertVariantMapper} from '../alert.type'; export const alertVariantMapper: IAlertVariantMapper = { primary: 'primary', secondary: 'gray', danger: 'error', warning: 'warning', success: 'success', };