UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines (6 loc) 194 B
import React from 'react'; import { SxProp } from '../sx'; declare const FormControlCaption: React.FC<React.PropsWithChildren<{ id?: string; } & SxProp>>; export default FormControlCaption;