UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

14 lines 390 B
import type React from 'react'; export declare const UnderlineNavContext: React.Context<{ setChildrenWidth: React.Dispatch<{ text: string; width: number; }>; setNoIconChildrenWidth: React.Dispatch<{ text: string; width: number; }>; loadingCounters: boolean; iconsVisible: boolean; }>; //# sourceMappingURL=UnderlineNavContext.d.ts.map