⬅️ Back to Table of Contents
📄 component.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
5 |
🟢 Vue Composition API |
1 |
📐 Interfaces |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useTimeAgo/component.ts
📦 Imports
Name |
Source |
UseTimeAgoOptions |
@vueuse/core |
MaybeRef |
vue |
useTimeAgo |
@vueuse/core |
defineComponent |
vue |
reactive |
vue |
Vue Composition API
Name |
Type |
Reactive Variables |
Composables |
reactive |
reactive |
none |
none |
Interfaces
UseTimeAgoComponentOptions
Interface Code
interface UseTimeAgoComponentOptions extends Omit<UseTimeAgoOptions<true>, 'controls'> {
time: MaybeRef<Date | number | string>
}
Properties
Name |
Type |
Optional |
Description |
time |
MaybeRef<Date | number | string> |
✗ |
|