UNPKG

realchart-vue

Version:

Wooritech realchart vue component library

10 lines (9 loc) 635 B
export declare const RealChartVue: import('vue').DefineComponent<import('./components/RealChart.vue').RealChartProps, { realchart: import('vue').Ref<import('realchart').Chart | null>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components/RealChart.vue').RealChartProps> & Readonly<{}>, { animate: boolean; id: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { elRef: HTMLDivElement; }, HTMLDivElement>; export type { RealChartProps, RealChartVueRef } from './components/RealChart.vue';