UNPKG

@aplus-frontend/ui

Version:

11 lines (10 loc) 556 B
import { TimeAgoProps } from './interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<TimeAgoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimeAgoProps> & Readonly<{}>, { title: string | { format: string; } | boolean; value: Date | number | string; interval: false | number; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>; export default _default;