BreakpointConfig
Generic types: | BreakpointName |
A map of breakpoint names to their corresponding media queries.
See Also
Presentation
type BreakpointConfig = Record<BreakpointName, string>;
Generic types: | BreakpointName |
A map of breakpoint names to their corresponding media queries.
type BreakpointConfig = Record<BreakpointName, string>;