vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
6 lines (5 loc) • 569 B
TypeScript
import { default as _TimeAgo } from './src/index.vue';
export declare const TimeAgo: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{}>, {
autoUpdate: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>> & Record<string, any>;
export type TimeAgoInstance = InstanceType<typeof _TimeAgo>;