UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

5 lines 309 B
import Selection from "./selection.mjs"; import { handleMouseEvent } from "./mouseEventHandler.mjs"; import { detectSelectionType, normalizeSelectionFactory } from "./utils.mjs"; export * from "./highlight/highlight.mjs"; export { handleMouseEvent, Selection, detectSelectionType, normalizeSelectionFactory };