Skip to content

Commit 32bde7e

Browse files
committed
Export LinkService type
1 parent 319c23f commit 32bde7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-pdf/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import usePageContext from './shared/hooks/usePageContext.js';
1111

1212
import PasswordResponses from './PasswordResponses.js';
1313

14+
import type LinkService from './LinkService.js';
15+
1416
export type { DocumentProps } from './Document.js';
1517
export type { OutlineProps } from './Outline.js';
1618
export type { PageProps } from './Page.js';
@@ -22,6 +24,7 @@ export type {
2224
TextItem,
2325
TextMarkedContent,
2426
} from './shared/types.js';
27+
export type { LinkService };
2528

2629
import { displayWorkerWarning } from './shared/utils.js';
2730

0 commit comments

Comments
 (0)