BreakpointMap
Generic types: | BreakpointName |
A map of breakpoint names to whether they are currently active.
See Also
Presentation
type BreakpointMap = Record<BreakpointName, boolean>;
Generic types: | BreakpointName |
A map of breakpoint names to whether they are currently active.
type BreakpointMap = Record<BreakpointName, boolean>;