import type { LineConfig } from '@ant-design/plots'; import type { ComponentPlugin, ComponentPluginViewProps } from '@duckyjs/ducky'; export type LineChartComponentPlugin = ComponentPlugin; export type LineChartViewProps = ComponentPluginViewProps;