rsuite
Version:
A suite of react components
10 lines (9 loc) • 342 B
TypeScript
import { ComponentProps } from '../internals/utils';
export type TagGroupProps = ComponentProps;
/**
* The `TagGroup` component for use with the `Tag` component.
*
* @see https://rsuitejs.com/components/tag/
*/
declare const TagGroup: import("../internals/types").RsRefForwardingComponent<"div", ComponentProps>;
export default TagGroup;