UNPKG

vue-files-preview-inno

Version:

A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.

30 lines (29 loc) 984 B
import { PreviewProps } from '../../preview.interface'; export interface ExcelOptions { minColLength?: number; minRowLength?: number; showContextmenu?: boolean; } declare const _default: import('vue').DefineComponent<PreviewProps & { width?: string; height?: string; options?: ExcelOptions; requestOptions?: Record<string, any>; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { error: (error: Error) => any; rendered: () => any; }, string, import('vue').PublicProps, Readonly<PreviewProps & { width?: string; height?: string; options?: ExcelOptions; requestOptions?: Record<string, any>; }> & Readonly<{ onError?: (error: Error) => any; onRendered?: () => any; }>, { file: File | Blob; url: string; options: ExcelOptions; requestOptions: Record<string, any>; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;