UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines 224 B
/// <reference types="react" /> import type { FeatureFlagScope } from './FeatureFlagScope'; export declare const FeatureFlagContext: import("react").Context<FeatureFlagScope>; //# sourceMappingURL=FeatureFlagContext.d.ts.map