UNPKG

@w11r/use-breakpoint

Version:

React useBreakpoint hook to have different values for a variable based on a breakpoints.

10 lines (9 loc) 263 B
/// <reference types="react" /> import './story.css'; declare const _default: { title: string; component: () => JSX.Element; decorators: ((fn: any) => JSX.Element)[]; }; export default _default; export declare const Basic: () => JSX.Element;