UNPKG

@stlhorizon/vue-ui

Version:

A Vue.js component library with Tailwind CSS styling

57 lines 1.96 kB
declare const _default: import("vue").DefineComponent<{}, { $emit: typeof emit; $props: Partial<typeof props>; data: unknown[]; padding: Record<string, any>; height: number; width: string | number; strokeWidth: number; labels: unknown[]; showGrid: boolean; showXAxis: boolean; showYAxis: boolean; gridColor: string; axisLabelClasses: string; tooltipBackground: string; tooltipBorder: string; tooltipTextClasses: string; showPoints: boolean; fillArea: boolean; lineColor: string; pointRadius: number; pointColor: string; fillColor: string; fillOpacity: number; lineClasses: string; pointClasses: string; maxValue?: number; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; declare const emit: (event: "point-click" | "point-hover", ...args: any[]) => void; declare const props: { readonly data: unknown[]; readonly padding: Record<string, any>; readonly height: number; readonly width: string | number; readonly strokeWidth: number; readonly labels: unknown[]; readonly showGrid: boolean; readonly showXAxis: boolean; readonly showYAxis: boolean; readonly gridColor: string; readonly axisLabelClasses: string; readonly tooltipBackground: string; readonly tooltipBorder: string; readonly tooltipTextClasses: string; readonly showPoints: boolean; readonly fillArea: boolean; readonly lineColor: string; readonly pointRadius: number; readonly pointColor: string; readonly fillColor: string; readonly fillOpacity: number; readonly lineClasses: string; readonly pointClasses: string; readonly maxValue?: number; }; //# sourceMappingURL=LineChart.vue.d.ts.map