@authup/client-web-kit
Version:
This package contains vue components.
7 lines • 313 B
TypeScript
import type { ComputedRef, MaybeRef } from 'vue';
type ObjectLiteral = {
updated_at: string | Date | undefined;
};
export declare function useUpdatedAt<T extends ObjectLiteral>(input?: MaybeRef<T | null | undefined>): ComputedRef<string | Date | undefined>;
export {};
//# sourceMappingURL=updated-at.d.ts.map