8 lines
275 B
JavaScript
8 lines
275 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.BrushUpdateDispatchContext = void 0;
|
|
var _react = require("react");
|
|
var BrushUpdateDispatchContext = exports.BrushUpdateDispatchContext = /*#__PURE__*/(0, _react.createContext)(() => {}); |