@octopusdeploy/design-system-components
Version:
The design systems component library.
9 lines (8 loc) • 312 B
TypeScript
import type { dialog } from "@octopusdeploy/design-system-tokens";
export declare const dialogBreakpoints: {
laptop: string;
tablet: string;
mobile: string;
};
export type DialogWidth = keyof typeof dialog.mainPanel.width;
export declare const dialogSidePanelBreakpoint: Record<DialogWidth, string>;