@octopusdeploy/design-system-components
Version:
The design systems component library.
10 lines (9 loc) • 433 B
TypeScript
/**
* These breakpoints are currently not in line with the design system.
* These are instead in line with existing usages.
* We need to account for these existing usages when changing these.breakpoints.
*/
export declare function useIsMobile(): boolean;
export declare function useIsLegacySmallScreen(): boolean;
export declare function useIsLargerThanIpadResolution(): boolean;
export declare function useIsDesktop(): boolean;