mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
refactor: extract common components into UI package
This commit is contained in:
2
packages/lib/constants/pdf-viewer.ts
Normal file
2
packages/lib/constants/pdf-viewer.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export const PDF_VIEWER_CONTAINER_SELECTOR = '.react-pdf__Document';
|
||||
export const PDF_VIEWER_PAGE_SELECTOR = '.react-pdf__Page';
|
||||
Reference in New Issue
Block a user