react-konva-grid
Version:
Canvas grid to render large set of tabular data with virtualization.
14 lines (13 loc) • 636 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.useSelection = exports.useEditable = exports.Grid = void 0;
const Grid_1 = __importDefault(require("./Grid"));
exports.Grid = Grid_1.default;
const useEditable_1 = __importDefault(require("./hooks/useEditable"));
exports.useEditable = useEditable_1.default;
const useSelection_1 = __importDefault(require("./hooks/useSelection"));
exports.useSelection = useSelection_1.default;
exports.default = Grid_1.default;