rsuite
Version:
A suite of react components
10 lines (9 loc) • 388 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").InternalRefForwardingComponent<"div", Partial<ComponentProps>, never> & Record<string, never>;
export default TagGroup;