Skip to content

Commit

Permalink
Export all types, but better this time
Browse files Browse the repository at this point in the history
  • Loading branch information
alextompkins committed Nov 21, 2024
1 parent f5d2722 commit 1c7f953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { h, render } from 'preact';
import DocumentViewer from './DocumentViewer';
import { AdyenDocumentViewerOptions, Document } from './types';

export type * from './types';

export default class AdyenDocumentViewer {
private readonly target: HTMLElement;
private readonly options: AdyenDocumentViewerOptions;
Expand Down

0 comments on commit 1c7f953

Please sign in to comment.