UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 303 B
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