UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

5 lines (4 loc) 400 B
import { AlertColor } from '@mui/material'; export declare const getIcons: (severity: AlertColor | undefined) => import("react/jsx-runtime").JSX.Element; export declare const getBackgroundColor: (severity: AlertColor | undefined) => import("csstype").Property.Color | undefined; export declare const getAccentColor: (severity: AlertColor | undefined) => import("csstype").Property.Color | undefined;