UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

30 lines 1.2 kB
import type { PermissionEvaluationOptions } from '@authup/access'; import type { PropType } from 'vue'; export declare const APermissionCheck: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ name: { type: PropType<string | string[]>; required: true; }; input: { type: PropType<Record<string, any>>; }; options: { type: PropType<PermissionEvaluationOptions>; }; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ name: { type: PropType<string | string[]>; required: true; }; input: { type: PropType<Record<string, any>>; }; options: { type: PropType<PermissionEvaluationOptions>; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=APermissionCheck.d.ts.map