react-doc-viewer icon indicating copy to clipboard operation
react-doc-viewer copied to clipboard

Removed type from AvailableLanguages export

Open ConnorTJolley opened this issue 1 year ago • 0 comments

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.

ConnorTJolley avatar Mar 04 '24 11:03 ConnorTJolley