react-doc-viewer
react-doc-viewer copied to clipboard
Removed type from AvailableLanguages export
Removal of the type from the export would resolve the following issue https://github.com/cyntler/react-doc-viewer/issues/153
Also prevents needing to make local changes in node_modules, regardless of whether they're excluded from tsc as this error still occurs.