@atlaskit/dropdown-menu
Version:
A dropdown menu displays a list of actions or options to a user.
11 lines (10 loc) • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CheckboxGroupContext = void 0;
var _react = require("react");
/**
* Holds the unique identifier for the checkbox group.
*/
var CheckboxGroupContext = exports.CheckboxGroupContext = /*#__PURE__*/(0, _react.createContext)('');