@primer/react
Version:
An implementation of GitHub's Primer Design System using React
7 lines • 314 B
TypeScript
import type React from 'react';
import { type FeatureFlags } from './FeatureFlagScope';
export type FeatureFlagsProps = React.PropsWithChildren<{
flags: FeatureFlags;
}>;
export declare function FeatureFlags({ children, flags }: FeatureFlagsProps): React.JSX.Element;
//# sourceMappingURL=FeatureFlags.d.ts.map