@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
10 lines • 349 B
TypeScript
//#region src/hooks/use-media-query/index.d.ts
/**
* `useMediaQuery` is a custom hook that detects whether it matches a media query.
*
* @see https://yamada-ui.com/docs/hooks/use-media-query
*/
declare const useMediaQuery: (query: string, fallback?: boolean) => boolean;
//#endregion
export { useMediaQuery };
//# sourceMappingURL=index.d.ts.map