rsuite
Version:
A suite of react components
9 lines (8 loc) • 381 B
TypeScript
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").InternalRefForwardingComponent<"hgroup", Partial<ComponentProps>, never> & Record<string, never>;
export default HeadingGroup;