tdesign-vue
Version:
14 lines (13 loc) • 379 B
TypeScript
import Vue from 'vue';
import { TdImageViewerProps } from '../type';
declare const _default: import("vue/types/vue").ExtendedVue<Vue, {
content: Vue;
}, {
mountContent: () => void;
unmountContent: () => void;
}, Record<string, any>, Readonly<{
mode: TdImageViewerProps['mode'];
renderModal: Function;
renderViewer: Function;
}>>;
export default _default;