@spaced-out/ui-design-system
Version:
Sense UI components library
10 lines • 379 B
TypeScript
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