UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

11 lines (10 loc) 564 B
"use client"; export { ActionList } from './ActionList/index.js'; export { ActionMenu } from './ActionMenu.js'; export { default as Tooltip } from '../Tooltip/Tooltip.js'; export { default as FilteredSearch } from './FilteredSearch/FilteredSearch.js'; export { default as Octicon } from '../Octicon/Octicon.js'; export { default as Pagehead } from '../Pagehead/Pagehead.js'; export { default as UnderlineNav } from './UnderlineNav/UnderlineNav.js'; export { default as Dialog } from './DialogV1/Dialog.js'; export { default as TabNav } from '../TabNav/TabNav.js';