@primer/react
Version:
An implementation of GitHub's Primer Design System using React
6 lines • 303 B
TypeScript
import type React from 'react';
type TopicTagGroupProps = React.HTMLAttributes<HTMLElement>;
declare function TopicTagGroup({ children, className, ...rest }: TopicTagGroupProps): React.JSX.Element;
export { TopicTagGroup };
export type { TopicTagGroupProps };
//# sourceMappingURL=TopicTagGroup.d.ts.map