UNPKG

@ozen-ui/kit

Version:

React component library

6 lines (5 loc) 336 B
import type { IconSize } from '@ozen-ui/icons'; import type { SectionMessageSizeVariant } from './types'; export declare const SECTION_MESSAGE_DEFAULT_STATUS = "info"; export declare const SECTION_MESSAGE_DEFAULT_SIZE = "m"; export declare const SECTION_MESSAGE_SIZE_TO_ICON_SIZE: Readonly<Record<SectionMessageSizeVariant, IconSize>>;