UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

3 lines 272 B
export type ViewportRangeKeys = 'narrow' | 'narrowLandscape' | 'regular' | 'wide' | 'portrait' | 'landscape'; export type WidthOnlyViewportRangeKeys = Exclude<ViewportRangeKeys, 'narrowLandscape' | 'portrait' | 'landscape'>; //# sourceMappingURL=ViewportRangeKeys.d.ts.map