UNPKG

@progress/kendo-react-map

Version:
18 lines (17 loc) 641 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 r from "prop-types"; import p from "./base/CollectionConfigurationComponent.mjs"; const t = (o) => /* @__PURE__ */ e.createElement(p, { ...o, _mapKey: "layers" }); t.propTypes = { children: r.node }; export { t as MapLayers };