UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

13 lines 519 B
import type React from 'react'; import { type FeatureFlags } from './FeatureFlagScope'; export type FeatureFlagsProps = React.PropsWithChildren<{ flags: FeatureFlags; }>; /** * Reset the ref count for testing purposes only. * * @internal - Not part of the public API. Only exported for test isolation. */ export declare function __resetDialogScrollOptimizedCount(): void; export declare function FeatureFlags({ children, flags }: FeatureFlagsProps): React.JSX.Element; //# sourceMappingURL=FeatureFlags.d.ts.map