UNPKG

@mhmdaljefri/revogrid

Version:

Virtual reactive data grid component - RevoGrid.

6 lines (5 loc) 194 B
import { EDIT_INPUT_WR } from '../../../utils/consts'; // is edit input export function isEditInput(el) { return !!(el === null || el === void 0 ? void 0 : el.closest(`.${EDIT_INPUT_WR}`)); }