@revolist/revogrid
Version:
Virtual reactive data grid spreadsheet component - RevoGrid.
17 lines (14 loc) • 521 B
JavaScript
/*!
* Built by Revolist OU ❤️
*/
import { N as EDIT_INPUT_WR } from './dimension.helpers-87e12689.js';
// is edit input
function isEditInput(el) {
return !!(el === null || el === void 0 ? void 0 : el.closest(`.${EDIT_INPUT_WR}`));
}
// Type guard for EditorCtrConstructible
function isEditorCtrConstructible(editor) {
return typeof editor === 'function' && typeof editor.prototype === 'object';
}
export { isEditorCtrConstructible as a, isEditInput as i };
//# sourceMappingURL=edit.utils-343ef0f1.js.map