@primer/react
Version:
An implementation of GitHub's Primer Design System using React
6 lines • 508 B
TypeScript
import { Props } from "./FormControlLabel.js";
import { FormControlValidationProps } from "./_FormControlValidation.js";
import { FormControlCaptionProps } from "./FormControlCaption.js";
import _default, { FormControlProps } from "./FormControl.js";
import { useFormControlForwardedProps } from "./_FormControlContext.js";
export { type FormControlCaptionProps, type Props as FormControlLabelProps, type FormControlProps, type FormControlValidationProps, _default as default, useFormControlForwardedProps };