Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Josh-Cena <[email protected]>
  • Loading branch information
Josh-Cena committed Sep 1, 2021
1 parent 4a41fbf commit cb5b90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,6 @@ declare module '@theme/prism-include-languages' {
declare module 'prism-react-renderer/prism' {
import type * as PrismNamespace from 'prismjs';

const Prism: PrismNamespace;
const Prism: typeof PrismNamespace;
export default Prism;
}

0 comments on commit cb5b90a

Please sign in to comment.