Skip to content

Commit

Permalink
fix: Fixing export error requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmiguel committed May 9, 2024
1 parent f1a659a commit eda0c65
Show file tree
Hide file tree
Showing 2 changed files with 15,256 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export default DocViewer;
export { DocViewerRenderers } from "./renderers";
export * from "./models";
export * from "./utils/fileLoaders";
export { AvailableLanguages } from "./i18n";
export type { AvailableLanguages } from "./i18n";
export * from "./renderers";
Loading

0 comments on commit eda0c65

Please sign in to comment.