UNPKG

@gpa-gemstone/helper-functions

Version:
8 lines (7 loc) 323 B
import { Gemstone } from '@gpa-gemstone/application-typings'; /** * Custom hook to return the current sreen size * @returns 'xs' | "sm" | 'md' | 'lg' | 'xl' - screen sizes according to bootstrap 4.6.2 documentation */ declare const useGetScreenSize: () => Gemstone.TSX.Types.ScreenSize; export default useGetScreenSize;