UNPKG

@octopusdeploy/design-system-components

Version:
9 lines (8 loc) 312 B
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>;