@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.
44 lines (43 loc) • 1.66 kB
TypeScript
export interface ToolbarContainerProps {
visible?: boolean;
options?: {
toolbarViewerLeft?: boolean;
toolbarViewerMiddle?: boolean;
toolbarViewerRight?: boolean;
sidebarToggleButton?: boolean;
viewFindButton?: boolean;
previous?: boolean;
next?: boolean;
zoomOutButton?: boolean;
zoomInButton?: boolean;
scaleSelectContainer?: boolean;
editorHighlight?: boolean;
editorFreeText?: boolean;
editorInk?: boolean;
editorStamp?: boolean;
printButton?: boolean;
downloadButton?: boolean;
secondaryToolbarToggle?: boolean;
secondaryOpenFile?: boolean;
secondaryPrint?: boolean;
secondaryDownload?: boolean;
presentationMode?: boolean;
viewBookmark?: boolean;
firstPage?: boolean;
lastPage?: boolean;
pageRotateCw?: boolean;
pageRotateCcw?: boolean;
cursorSelectTool?: boolean;
cursorHandTool?: boolean;
scrollPage?: boolean;
scrollVertical?: boolean;
scrollHorizontal?: boolean;
scrollWrapped?: boolean;
spreadNone?: boolean;
spreadOdd?: boolean;
spreadEven?: boolean;
documentProperties?: boolean;
};
}
declare const _default: import('vue').DefineComponent<ToolbarContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ToolbarContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;