UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

4 lines 339 B
import type { EntityTypeMap } from '@authup/core-kit'; import type { EntitySocketManager, EntitySocketManagerCreateContext } from './type'; export declare function defineEntitySocketManager<A extends keyof EntityTypeMap>(ctx: EntitySocketManagerCreateContext<A, EntityTypeMap[A]>): EntitySocketManager; //# sourceMappingURL=module.d.ts.map