UNPKG

@progress/kendo-vue-charts

Version:
46 lines (45 loc) 1.61 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { ValueAxisCrosshair } from '../../common/property-types'; /** * Represents the props of the Kendo UI for Vue ChartValueAxisCrosshair component. */ export interface ChartValueAxisCrosshairProps extends ValueAxisCrosshair { } /** * @hidden */ declare const ChartValueAxisCrosshair: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ color: StringConstructor; opacity: NumberConstructor; visible: { type: BooleanConstructor; default: boolean; }; width: NumberConstructor; tooltip: { type: ObjectConstructor; default: () => any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ color: StringConstructor; opacity: NumberConstructor; visible: { type: BooleanConstructor; default: boolean; }; width: NumberConstructor; tooltip: { type: ObjectConstructor; default: () => any; }; }>> & Readonly<{}>, { visible: boolean; tooltip: Record<string, any>; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartValueAxisCrosshair };