@progress/kendo-vue-charts
Version:
55 lines (54 loc) • 1.86 kB
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 { CategoryAxisNotesIcon } from '../../../common/property-types';
/**
* Represents the props of the Kendo UI for Vue ChartNavigatorCategoryAxisNotesIcon component.
*/
export interface ChartNavigatorCategoryAxisNotesIconProps extends CategoryAxisNotesIcon {
}
/**
* @hidden
*/
declare const ChartNavigatorCategoryAxisNotesIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
background: StringConstructor;
border: {
type: ObjectConstructor;
default: () => any;
};
size: NumberConstructor;
type: {
type: StringConstructor;
default: () => any;
validator: (value: string) => any;
};
visible: {
type: BooleanConstructor;
default: any;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
background: StringConstructor;
border: {
type: ObjectConstructor;
default: () => any;
};
size: NumberConstructor;
type: {
type: StringConstructor;
default: () => any;
validator: (value: string) => any;
};
visible: {
type: BooleanConstructor;
default: any;
};
}>> & Readonly<{}>, {
border: Record<string, any>;
type: string;
visible: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { ChartNavigatorCategoryAxisNotesIcon };