react-konva-grid
Version:
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets
8 lines • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const utils_1 = require("./utils");
const Selection = (props) => {
return utils_1.createHTMLBox(Object.assign({ strokeWidth: 1, strokeBoxWidth: 0 }, props));
};
exports.default = Selection;
//# sourceMappingURL=Selection.js.map