UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

14 lines (13 loc) 576 B
import { Duration } from 'date-fns'; interface Props { timeDifference: Duration; dotsSeparator?: boolean; showEmpty?: boolean; showNegative?: boolean; } declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, { dotsSeparator: boolean; showEmpty: boolean; showNegative: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;