UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

5 lines (4 loc) 243 B
import { StatusTypes } from '@cds/core/internal'; export declare type AlertStatusTypes = StatusTypes | 'alt' | 'loading'; export declare type AlertGroupTypes = 'default' | 'banner' | 'light'; export declare type AlertSizes = 'default' | 'sm';