UNPKG

@nuxtjs/hanko

Version:
8 lines (7 loc) 219 B
import { Hanko } from '@teamhanko/hanko-elements'; /** * This composable returns a Hanko instance. * * It will be `null` on the server but defined on the client. */ export declare function useHanko(): Hanko | null;