cdk / layout / TypeAlias

BreakpointMap

Generic types:BreakpointName

A map of breakpoint names to whether they are currently active.

See Also

Presentation

type BreakpointMap = Record<BreakpointName, boolean>;