@hashicorp/design-system-components
Version:
Helios Design System Components
32 lines (31 loc) • 525 B
TypeScript
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
export declare const hdsBreakpoints: {
sm: {
value: number;
px: string;
rem: string;
};
md: {
value: number;
px: string;
rem: string;
};
lg: {
value: number;
px: string;
rem: string;
};
xl: {
value: number;
px: string;
rem: string;
};
xxl: {
value: number;
px: string;
rem: string;
};
};