UNPKG

@progress/kendo-vue-charts

Version:
36 lines (35 loc) 1.2 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export interface DonutCenterStyle { height: string; left: string; top: string; width: string; } /** * @hidden */ export interface DonutCenterProps { render?: any; } /** * @hidden */ declare const DonutCenter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ render: (ObjectConstructor | StringConstructor | FunctionConstructor)[]; }>, {}, { donutCenterStyles: any; }, {}, { onRender(event: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ render: (ObjectConstructor | StringConstructor | FunctionConstructor)[]; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { DonutCenter };