UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

5 lines (4 loc) 286 B
import { IconName } from '../../types'; export declare const NOTIFICATION_VARIANT: readonly ["success", "error", "warning", "info"]; export type NotificationVariant = (typeof NOTIFICATION_VARIANT)[number]; export declare const NOTIFICATION_ICONS: Record<NotificationVariant, IconName>;