/* * @Author: changjun * @FilePath: /qingdao-safety-product/src/components/chart/YaLineChart/lineCharts.ts * @Date: 2022-07-28 11:00:12 * @Description: 折线图组件 * @LastEditTime: 2022-07-28 11:03:09 * @LastEditors: changjun */ import { PropType } from 'vue' export const yaLineChartProps = { theme: { type: Number as PropType, default: 1 } }