vue-files-preview
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
13 lines (12 loc) • 524 B
TypeScript
import { PreviewProps } from '../../preview.interface';
declare const _default: import('vue').DefineComponent<PreviewProps & {
width?: string;
height?: string;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PreviewProps & {
width?: string;
height?: string;
}> & Readonly<{}>, {
file: File;
url: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;