mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-05-31 05:24:10 +00:00
6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
import Prism from 'prism-react-renderer/prism';
|
|
|
|
(typeof global !== 'undefined' ? global : window).Prism = Prism;
|
|
|
|
require('prismjs/components/prism-kotlin');
|
|
require('prismjs/components/prism-java'); |