UNPKG

@spaced-out/ui-design-system

Version:
10 lines 379 B
export type GroupAlign = 'vertical' | 'horizontal-fixed' | 'horizontal-fluid'; export declare const ALERT_SEMANTIC: Readonly<{ neutral: "neutral"; success: "success"; information: "information"; warning: "warning"; danger: "danger"; }>; export type AlertSemanticType = (typeof ALERT_SEMANTIC)[keyof typeof ALERT_SEMANTIC]; //# sourceMappingURL=common.d.ts.map