@primer/react
Version:
An implementation of GitHub's Primer Design System using React
4 lines • 361 B
TypeScript
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