UNPKG

@octopusdeploy/design-system-components

Version:
10 lines (9 loc) 433 B
/** * 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;