@progress/kendo-vue-gauges
Version:
25 lines (24 loc) • 966 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
*-------------------------------------------------------------------------------------------
*/
import { PropType } from 'vue';
/**
* @hidden
*/
export interface ArcCenterProps {
center?: any;
arcCenterValue?: object;
}
/**
* @hidden
*/
declare const ArcCenter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
center: PropType<any>;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
center: PropType<any>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { ArcCenter };