UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

29 lines 1.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.auto = void 0; const tslib_1 = require("tslib"); var formatter_1 = require("./formatter"); Object.defineProperty(exports, "auto", { enumerable: true, get: function () { return formatter_1.auto; } }); tslib_1.__exportStar(require("./canvas"), exports); tslib_1.__exportStar(require("./cell"), exports); tslib_1.__exportStar(require("./color"), exports); tslib_1.__exportStar(require("./common"), exports); tslib_1.__exportStar(require("./dataset/pivot-data-set"), exports); tslib_1.__exportStar(require("./export"), exports); tslib_1.__exportStar(require("./facet"), exports); tslib_1.__exportStar(require("./g-mini-charts"), exports); tslib_1.__exportStar(require("./g-renders"), exports); tslib_1.__exportStar(require("./get-all-child-cells"), exports); tslib_1.__exportStar(require("./get-classnames"), exports); tslib_1.__exportStar(require("./inject-css-text"), exports); tslib_1.__exportStar(require("./interaction"), exports); tslib_1.__exportStar(require("./is-mobile"), exports); tslib_1.__exportStar(require("./layout"), exports); tslib_1.__exportStar(require("./math"), exports); tslib_1.__exportStar(require("./merge"), exports); tslib_1.__exportStar(require("./schedule"), exports); tslib_1.__exportStar(require("./sort-action"), exports); tslib_1.__exportStar(require("./text"), exports); tslib_1.__exportStar(require("./theme"), exports); tslib_1.__exportStar(require("./tooltip"), exports); //# sourceMappingURL=index.js.map