UseBreakpointReturn
Defined in: src/hooks/useBreakpoint/useBreakpoint.types.ts:16
Extends
Section titled “Extends”Properties
Section titled “Properties”current
Section titled “current”current:
"xs"|"sm"|"md"|"lg"|"xl"
Defined in: src/hooks/useBreakpoint/useBreakpoint.types.ts:18
Name of the largest matching breakpoint.
lg:
boolean
Defined in: src/hooks/useBreakpoint/useBreakpoint.types.ts:11
min-width: 992px.
Inherited from
Section titled “Inherited from”md:
boolean
Defined in: src/hooks/useBreakpoint/useBreakpoint.types.ts:9
min-width: 768px.
Inherited from
Section titled “Inherited from”sm:
boolean
Defined in: src/hooks/useBreakpoint/useBreakpoint.types.ts:7
min-width: 576px.
Inherited from
Section titled “Inherited from”xl:
boolean
Defined in: src/hooks/useBreakpoint/useBreakpoint.types.ts:13
min-width: 1200px.
Inherited from
Section titled “Inherited from”xs:
boolean
Defined in: src/hooks/useBreakpoint/useBreakpoint.types.ts:5
Always true — base mobile breakpoint.