UNPKG

@kelvininc/ui-components

Version:
6 lines (5 loc) 172 B
import { EIconName } from '../icon/icon.types'; import { EAlertType } from './alert.types'; export declare const ALERT_ICON_NAMES: { [key in EAlertType]: EIconName; };