UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

9 lines (8 loc) 244 B
import { ExtractPropTypes, PropType } from "vue"; export declare const devuiChartProps: { option: { type: PropType<any>; default: {}; }; }; export declare type DevuiChartProps = ExtractPropTypes<typeof devuiChartProps>;