Interface: ResponsiveConfig
Defined in: types/responsive.ts:19
Responsive configuration for breakpoint management. Defines available breakpoints and their width ranges.
Extended by
Properties
default
default:
string
Defined in: types/responsive.ts:21
Default breakpoint to use when no breakpoint matches
breakpoints
breakpoints:
Record
<Breakpoint
,BreakpointConfig
>
Defined in: types/responsive.ts:23
Map of breakpoint names to their configuration