UNPKG

@octopusdeploy/design-system-components

Version:
5 lines (4 loc) 326 B
export declare const calloutMessageStates: readonly ["information", "success", "warning", "danger", "new-feature", "upsell"]; export type CalloutMessageState = (typeof calloutMessageStates)[number]; export declare const calloutTypes: readonly ["standard", "outlined"]; export type CalloutType = (typeof calloutTypes)[number];