vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
21 lines (20 loc) • 804 B
TypeScript
import { PreviewProps } from '../../preview.interface';
declare const _default: import('vue').DefineComponent<PreviewProps & {
options?: Record<string, any>;
requestOptions?: Record<string, any>;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
error: (error: Error) => any;
rendered: () => any;
}, string, import('vue').PublicProps, Readonly<PreviewProps & {
options?: Record<string, any>;
requestOptions?: Record<string, any>;
}> & Readonly<{
onError?: (error: Error) => any;
onRendered?: () => any;
}>, {
file: File | Blob;
url: string;
options: Record<string, any>;
requestOptions: Record<string, any>;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;