UNPKG

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.

14 lines (13 loc) 707 B
interface Props { content: string; enableToc?: boolean; tocDepth?: number; } declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<Props, {}, {}, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, { tocGenerated: (headers: any[]) => any; }, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Props> & Readonly<{ onTocGenerated?: ((headers: any[]) => any) | undefined; }>, { enableToc: boolean; }, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;