UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

8 lines (7 loc) 187 B
import React from "react"; //#region src/Portal/PortalContext.d.ts declare const PortalContext: React.Context<{ portalContainerName?: string; }>; //#endregion export { PortalContext };