UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines 304 B
import type React from 'react'; import type { FCWithSlotMarker } from '../utils/types'; declare const FormControlLeadingVisual: FCWithSlotMarker<React.PropsWithChildren<{ style?: React.CSSProperties; }>>; export default FormControlLeadingVisual; //# sourceMappingURL=FormControlLeadingVisual.d.ts.map