documenso/packages/lib/constants/pdf-viewer.ts

2 lines
129 B
TypeScript

export const PDF_VIEWER_CONTAINER_SELECTOR = '.react-pdf__Document';
export const PDF_VIEWER_PAGE_SELECTOR = '.react-pdf__Page';