prism-react-renderer icon indicating copy to clipboard operation
prism-react-renderer copied to clipboard

Import type PrismTheme

Open JosueDLA opened this issue 1 year ago • 0 comments

Hello, I just migrated to v2 and im wondering how to import the type PrismTheme.

import { PrismTheme } from "prism-react-renderer";

In v1.3.5 it was posible to use the import PrismTheme but currently im fasing the following error.

prism-react-renderer"' declares 'PrismTheme' locally, but it is not exported

JosueDLA avatar May 16 '23 12:05 JosueDLA