UNPKG

343 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const react_1 = require("react");
4const createNamedContext = (name) => {
5 const context = react_1.createContext(null);
6 context.displayName = name;
7 return context;
8};
9exports.DialogContext = createNamedContext('dialog');
10//# sourceMappingURL=context.js.map
\No newline at end of file