/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** @hidden */ export declare const TABLE_ROW_INDEX_ATTRIBUTE = "data-grid-row-index"; /** @hidden */ export declare const TABLE_COL_INDEX_ATTRIBUTE = "data-grid-col-index"; /** @hidden */ export declare const TABLE_PREVENT_SELECTION_ELEMENT = "data-prevent-selection";