@octopusdeploy/design-system-components
Version:
The design systems component library.
5 lines (4 loc) • 326 B
TypeScript
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];