mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
export const PDF_VIEWER_CONTAINER_SELECTOR = '.react-pdf__Document';
|
|
export const PDF_VIEWER_PAGE_SELECTOR = '.react-pdf__Page';
|