UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

6 lines (5 loc) 398 B
type SystemFeedbackIcon = 'circle-check-colored' | 'diamond-exclamationmark-colored' | 'triangle-exclamationmark-colored'; export declare const SYSTEM_FEEDBACK_VARIANT: readonly ["success", "error", "warning"]; export type SystemFeedbackVariant = (typeof SYSTEM_FEEDBACK_VARIANT)[number]; export declare const SYSTEM_FEEDBACK_ICON_MAP: Record<SystemFeedbackVariant, SystemFeedbackIcon>; export {};