UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

9 lines (8 loc) 280 B
export declare const noMatchMedia: boolean; /** * @example useMedia("screen and (min-width: 1024px)") * @param media string * @param fallback boolean * @returns boolean | undefined */ export declare const useMedia: (media: string, fallback?: boolean) => boolean | undefined;