@knightly/vitepress
Version:
Vite & Vue powered static site generator
10 lines (9 loc) • 441 B
TypeScript
export type { Router, Route } from './app/router';
export type { Theme, EnhanceAppContext } from './app/theme';
export { useData } from './app/data';
export { useRouter, useRoute } from './app/router';
export { inBrowser, withBase } from './app/utils';
export { Content } from './app/components/Content';
import { ComponentOptions } from 'vue';
declare const Debug: ComponentOptions<{}, any, any, any, any, any, any, any>;
export { Debug };