UNPKG

es-grid-template

Version:

es-grid-template

13 lines (11 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TableContext = void 0; var _react = require("react"); // import {AnyObject} from "antd/es/_util/type"; const TableContext = exports.TableContext = /*#__PURE__*/(0, _react.createContext)({ rowKey: 'rowId', id: '' });