@tuttarealstep/vue-pdf.js
Version:
A Vue component for displaying PDF files using the standard `pdf.js` viewer. This package provides a simple and powerful integration to embed PDF viewers in Vue applications.
21 lines (20 loc) • 958 B
TypeScript
export interface ViewsManagerProps {
visible?: boolean;
options?: {
viewsManagerSelectorButton?: boolean;
viewsManagerSelectorOptions?: boolean;
thumbnailsViewMenu?: boolean;
outlinesViewMenu?: boolean;
attachmentsViewMenu?: boolean;
layersViewMenu?: boolean;
thumbnailsView?: boolean;
outlinesView?: boolean;
attachmentsView?: boolean;
layersView?: boolean;
viewsManagerAddFileButton?: boolean;
viewsManagerCurrentOutlineButton?: boolean;
viewsManagerHeaderLabel?: boolean;
};
}
declare const _default: import('vue').DefineComponent<ViewsManagerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ViewsManagerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;