UNPKG

@determaer/cmkd

Version:

Cognitive Maps of Knowledge Diagnosis (CMKD) interactive builder

25 lines (24 loc) 953 B
import { Label } from '../types/label'; type __VLS_Props = { width?: number; drawingMode?: "default" | "score" | "light"; showSupportRect?: boolean; showImportant?: boolean; showDefaultRect?: boolean; showUnreached?: boolean; labels: Label[]; }; declare function downloadURI(): void; declare const _default: import('vue').DefineComponent<__VLS_Props, { downloadURI: typeof downloadURI; resetClicked: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { clicked: (args_0: import('..').Info | undefined) => any; unclicked: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onClicked?: ((args_0: import('..').Info | undefined) => any) | undefined; onUnclicked?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { stageRef: unknown; }, any>; export default _default;