UNPKG

@progress/kendo-vue-charts

Version:
25 lines (24 loc) 797 B
/** * @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 removeUndefinedProps(obj: any): any; /** * @hidden */ declare function validateChildren<P>(props: P, propName: string, componentName: string, childType: any): Error; /** * @hidden */ declare const toggle: (flag: any) => boolean; export { hasParent, validateChildren, toggle, removeUndefinedProps };