UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

4 lines 245 B
import type { PermissionCheckerCheckContext } from '@authup/access'; import type { Ref } from 'vue'; export declare function usePermissionCheck(ctx: PermissionCheckerCheckContext): Ref<boolean>; //# sourceMappingURL=use-permission-check.d.ts.map