UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

19 lines (18 loc) 907 B
import { ApexOptions } from 'apexcharts'; export type ChartOptions = ApexOptions; type __VLS_Props = { series: any[]; options?: ChartOptions; type?: ApexChart["type"]; width?: string | number; height?: string | number; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { type: "area" | "line" | "bar" | "pie" | "donut" | "radialBar" | "scatter" | "bubble" | "heatmap" | "candlestick" | "boxPlot" | "radar" | "polarArea" | "rangeBar" | "rangeArea" | "treemap"; options: ChartOptions; height: string | number; width: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { chartContainer: HTMLDivElement; }, HTMLDivElement>; export default _default;