UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

8 lines (7 loc) 357 B
import type { PropsFor } from "../../types.js"; export type FieldGroupItemProps = PropsFor<"div", { /** Reduce the height to match other `small` inputs */ small?: boolean; }>; declare const FieldGroupItem: import("react").ForwardRefExoticComponent<FieldGroupItemProps & import("react").RefAttributes<HTMLDivElement>>; export default FieldGroupItem;