UNPKG

rsuite

Version:

A suite of react components

9 lines (8 loc) 335 B
import { ComponentProps } from '../internals/utils'; export type HeadingGroupProps = ComponentProps; /** * HeadingGroup is a group of headings. * @see https://rsuitejs.com/components/heading */ declare const HeadingGroup: import("../internals/types").RsRefForwardingComponent<"hgroup", ComponentProps>; export default HeadingGroup;