const DOCS = 'see documentation at: https://github.com/mhoffmann/react-hook-breakpoints'; export const ERRORS = { NO_BREAKPOINTS: `react-breakpoints requires you to pass an object of breakpoints, ${DOCS}`, NOT_OBJECT: `react-breakpoints requires you to pass an object of breakpoints, ${DOCS}`, EMPTY_OBJECT: `react-breakpoints requires you to pass an object of breakpoints, ${DOCS}`, } as const;