3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
import type { ComputedRef } from 'vue';
|
|
export declare const useLastUpdated: () => ComputedRef<null | string>;
|