UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines 361 B
import type { ResponsiveValue } from '../hooks/useResponsiveValue'; export declare function areAllValuesTheSame(responsiveValue: ResponsiveValue<boolean | number | string>): boolean; export declare function haveRegularAndWideSameValue(responsiveValue: ResponsiveValue<boolean | number | string>): boolean; //# sourceMappingURL=getBreakpointDeclarations.d.ts.map