Interface: BreakpointConfig
Defined in: types/responsive.ts:8
Configuration for a single breakpoint with min and max width values. Defines the range of screen widths that trigger this breakpoint.
Properties
min
min:
number
Defined in: types/responsive.ts:10
Minimum width (inclusive) for this breakpoint
max
max:
number
Defined in: types/responsive.ts:12
Maximum width (inclusive) for this breakpoint