UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

5 lines (4 loc) 296 B
import { AlertColor } from '@mui/material'; export declare const getIcons: (severity: AlertColor | undefined) => JSX.Element; export declare const getBackgroundColor: (severity: AlertColor | undefined) => string; export declare const getAccentColor: (severity: AlertColor | undefined) => string;