@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.
13 lines (12 loc) • 615 B
TypeScript
export interface SidebarContainerProps {
visible?: boolean;
options?: {
viewThumbnail?: boolean;
viewOutline?: boolean;
viewAttachments?: boolean;
viewLayers?: boolean;
currentOutlineItem?: boolean;
};
}
declare const _default: import('vue').DefineComponent<SidebarContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SidebarContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;