UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines (4 loc) 151 B
import { Portal, PortalProps, registerPortalRoot } from './Portal'; export default Portal; export { registerPortalRoot }; export type { PortalProps };