UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

9 lines (8 loc) 218 B
import React from "react"; //#region src/ActionList/GroupContext.ts const GroupContext = /*#__PURE__*/ React.createContext({ groupHeadingId: void 0, selectionVariant: void 0 }); //#endregion export { GroupContext };