TimelineList.d.ts 414 Bytes
import MyTransition from "@theme/components/MyTransition.vue";
declare const _default: import("vue/types/vue").ExtendedVue<{
    $timelineItems: import("@mr-hope/vuepress-types").PageComputed[];
    $timeline: import("@theme/mixins/timeline").TimelineItem[];
} & Record<never, any> & MyTransition, unknown, {
    navigate(url: string): void;
}, {
    hint: string;
}, Record<never, any>>;
export default _default;