📄 SelectableContext.js
/home/palash/git/site/node_modules/@restart/ui/esm/SelectableContext.js
Language: js • Lines: 7
import * as React from 'react';
const SelectableContext = /*#__PURE__*/React.createContext(null);
export const makeEventKey = (eventKey, href = null) => {
  if (eventKey != null) return String(eventKey);
  return href || null;
};
export default SelectableContext;