vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 305 B
TypeScript
import { default as TimeAgo } from './time-ago.vue';
import { ComponentPublicInstance } from 'vue';
export { TimeAgo };
export { timeAgoProps } from './props';
export type TimeAgoExposed = ComponentPublicInstance & InstanceType<typeof TimeAgo>;
export type { TimeAgoProps, TimeAgoCProps } from './props';