cdk / layout / TypeAlias

BreakpointConfig

Generic types:BreakpointName

A map of breakpoint names to their corresponding media queries.

See Also

Presentation

type BreakpointConfig = Record<BreakpointName, string>;