UNPKG

@progress/kendo-react-treelist

Version:

React TreeList enables the display of self-referencing tabular data. KendoReact TreeList package

15 lines (14 loc) 683 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { TABLE_ROW_INDEX_ATTRIBUTE as E, TABLE_COL_INDEX_ATTRIBUTE as T, TABLE_PREVENT_SELECTION_ELEMENT as _ } from "@progress/kendo-react-data-tools"; const L = E, R = T, N = _; export { R as TREELIST_COL_INDEX_ATTRIBUTE, N as TREELIST_PREVENT_SELECTION_ELEMENT, L as TREELIST_ROW_INDEX_ATTRIBUTE };