Feature request:
Would it be possible to export SupportedLanguages from your src/types.ts to make it importable on dist?
ie. import { SupportedLanguages } from "react-code-blocks";
This would be useful to check against unsupported languages and handle exceptions gracefully.
Thanks for considering!