We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319c23f commit 32bde7eCopy full SHA for 32bde7e
packages/react-pdf/src/index.ts
@@ -11,6 +11,8 @@ import usePageContext from './shared/hooks/usePageContext.js';
11
12
import PasswordResponses from './PasswordResponses.js';
13
14
+import type LinkService from './LinkService.js';
15
+
16
export type { DocumentProps } from './Document.js';
17
export type { OutlineProps } from './Outline.js';
18
export type { PageProps } from './Page.js';
@@ -22,6 +24,7 @@ export type {
22
24
TextItem,
23
25
TextMarkedContent,
26
} from './shared/types.js';
27
+export type { LinkService };
28
29
import { displayWorkerWarning } from './shared/utils.js';
30
0 commit comments