export type PolymorphicBreakpointProp = ((currentBreakpoint: number) => T) | T;