UNPKG

@hisptz/react-ui

Version:

A collection of reusable complex DHIS2 react ui components.

15 lines (12 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfirmDialogContext = void 0; var _react = require("react"); const ConfirmDialogContext = /*#__PURE__*/(0, _react.createContext)({ confirm: () => { return; } }); exports.ConfirmDialogContext = ConfirmDialogContext;