vue-docs-ui
Version:
A modern documentation UI component library built with Vue 3. Create beautiful documentation websites with YAML configuration and Markdown rendering - ready to use out of the box.
18 lines (17 loc) • 831 B
TypeScript
import { DocsConfig, TocItem } from '../types';
interface Props {
config: DocsConfig;
showToc?: boolean;
}
declare function updateTocHeaders(headers: TocItem[]): void;
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<Props, {
updateTocHeaders: typeof updateTocHeaders;
}, {}, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Props> & Readonly<{}>, {
showToc: boolean;
}, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
aiAssistant: any;
searchModal: any;
readingProgress: any;
feedbackSystem: any;
}, HTMLDivElement>;
export default _default;