mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
|
import DefaultTheme from 'vitepress/theme';
|
||
|
// import './custom.css';
|
||
|
|
||
|
export default {
|
||
|
...DefaultTheme,
|
||
|
};
|