UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines 330 B
//#region src/utils/types/ViewportRangeKeys.d.ts type ViewportRangeKeys = 'narrow' | 'narrowLandscape' | 'regular' | 'wide' | 'portrait' | 'landscape'; type WidthOnlyViewportRangeKeys = Exclude<ViewportRangeKeys, 'narrowLandscape' | 'portrait' | 'landscape'>; //#endregion export { ViewportRangeKeys, WidthOnlyViewportRangeKeys };