UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

25 lines (24 loc) 879 B
import { IAxisConfigs, IViewConfigs } from '../../../type'; import './index.scss'; declare const _default: import("vue").DefineComponent<{ readonly diagramId: { readonly type: StringConstructor; }; readonly axisConfigs: { readonly type: import("vue").PropType<IAxisConfigs>; }; readonly view: { readonly type: import("vue").PropType<IViewConfigs>; }; }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly diagramId: { readonly type: StringConstructor; }; readonly axisConfigs: { readonly type: import("vue").PropType<IAxisConfigs>; }; readonly view: { readonly type: import("vue").PropType<IViewConfigs>; }; }>>, {}, {}>; export default _default;