Files
sign/packages/lib/constants/pdf-viewer.ts

3 lines
129 B
TypeScript
Raw Normal View History

2023-06-21 23:48:22 +10:00
export const PDF_VIEWER_CONTAINER_SELECTOR = '.react-pdf__Document';
export const PDF_VIEWER_PAGE_SELECTOR = '.react-pdf__Page';