6 lines
70 B
TypeScript
6 lines
70 B
TypeScript
|
import theme from 'vitepress/theme';
|
||
|
|
||
|
export default {
|
||
|
...theme,
|
||
|
};
|