UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines 403 B
import { TopicTag as TopicTagImpl } from './TopicTag'; import type { TopicTagProps } from './TopicTag'; import { TopicTagGroup } from './TopicTagGroup'; import type { TopicTagGroupProps } from './TopicTagGroup'; declare const TopicTag: typeof TopicTagImpl & { Group: typeof TopicTagGroup; }; export { TopicTag }; export type { TopicTagProps, TopicTagGroupProps }; //# sourceMappingURL=index.d.ts.map