UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 236 B
import type React from 'react'; import type { BoxProps } from '../../Box/Box'; export declare const ConditionalWrapper: React.FC<React.PropsWithChildren<{ if: boolean; } & BoxProps>>; //# sourceMappingURL=ConditionalWrapper.d.ts.map