nuxt-toc
Version:
A nuxt.js module for Table of Contents (TOC)
17 lines (16 loc) • 755 B
TypeScript
declare const _default: import("vue").DefineComponent<any, {
isPartial: import("vue").ComputedRef<any>;
data: import("vue").Ref<any, any>;
refresh: (opts?: import("../../../node_modules/nuxt/dist/app/composables/asyncData").AsyncDataExecuteOptions | undefined) => Promise<void>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any> & Readonly<{}>, {
path: string;
only: unknown[];
without: unknown[];
where: Record<string, any>;
sort: Record<string, any>;
limit: number;
skip: number;
locale: string;
find: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;