UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

4 lines (3 loc) 279 B
import { ChopLogicAlertMode, ChopLogicIconName } from '../../enums'; export declare function getAlertTitle(mode: ChopLogicAlertMode, title?: string): string; export declare function getAlertIcon(mode: ChopLogicAlertMode, icon?: ChopLogicIconName): ChopLogicIconName | undefined;