UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines 248 B
import React from 'react'; import type { SxProp } from '../sx'; declare const FormControlCaption: React.FC<React.PropsWithChildren<{ id?: string; } & SxProp>>; export default FormControlCaption; //# sourceMappingURL=_FormControlCaption.d.ts.map