@progress/kendo-react-map
Version:
KendoReact Map package
17 lines (16 loc) • 656 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
declare function hasParent(element: any, parent: any): boolean;
/**
* @hidden
*/
declare function validateChildren<P>(props: P, propName: string, componentName: string, childType: React.FunctionComponent): Error | null;
export { hasParent, validateChildren };