UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

15 lines (13 loc) 504 B
import { Breakpoint } from "../../core/system/index.types.js"; import "../../core/index.js"; //#region src/hooks/use-breakpoint/use-breakpoint.d.ts /** * `useBreakpoint` is a custom hook that returns the current breakpoint. * This hook monitors changes in the window size and returns the appropriate value. * * @see https://yamada-ui.com/docs/hooks/use-breakpoint */ declare const useBreakpoint: () => Breakpoint; //#endregion export { useBreakpoint }; //# sourceMappingURL=use-breakpoint.d.ts.map