UNPKG

@xsprtd/nuxt-api

Version:

Nuxt API Authentication and Http Client

3 lines (2 loc) 93 B
import type { Ref } from 'vue'; export declare const useCurrentUser: <T>() => Ref<T | null>;