export interface DocPreviewConfig { zoomIn?: boolean; zoomOut?: boolean; rotate?: boolean; pageIndicator?: boolean; download?: boolean; openModal?: boolean; close?: boolean; docScreenWidth?: string; modalSize?: string; customStyle?: string; }