UNPKG

@progress/kendo-react-treelist

Version:

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

23 lines (22 loc) 767 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 * as e from "react"; import { provideLocalizationService as o, registerForLocalization as t } from "@progress/kendo-react-intl"; import { noRecords as r, messages as i } from "./messages/index.mjs"; class s extends e.Component { /** * @hidden */ render() { return this.props.children || o(this).toLanguageString(r, i[r]); } } t(s); export { s as TreeListNoRecords };