amis-rpc-design/node_modules/antd/lib/table/Column.js
2023-10-07 19:42:30 +08:00

13 lines
337 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/* istanbul ignore next */
/** This is a syntactic sugar for `columns` prop. So HOC will not work on this. */
// eslint-disable-next-line no-unused-vars
function Column(_) {
return null;
}
var _default = exports.default = Column;