@primer/react
Version:
An implementation of GitHub's Primer Design System using React
9 lines (8 loc) • 336 B
TypeScript
import { TopicTag as TopicTag$1, TopicTagProps } from "./TopicTag.js";
import { TopicTagGroup, TopicTagGroupProps } from "./TopicTagGroup.js";
//#region src/TopicTag/index.d.ts
declare const TopicTag: typeof TopicTag$1 & {
Group: typeof TopicTagGroup;
};
//#endregion
export { TopicTag, type TopicTagGroupProps, type TopicTagProps };