@authup/client-web-kit
Version:
This package contains vue components.
31 lines • 1.25 kB
TypeScript
import type { EntityTypeMap, PermissionRelation } from '@authup/core-kit';
import type { PropType } from 'vue';
type PermissionBindingEntity = PermissionRelation & {
id: string;
};
export declare const APermissionPolicyBindingButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
entityType: {
type: PropType<keyof EntityTypeMap>;
required: true;
};
entity: {
type: PropType<PermissionBindingEntity>;
required: true;
};
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed")[], "updated" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
entityType: {
type: PropType<keyof EntityTypeMap>;
required: true;
};
entity: {
type: PropType<PermissionBindingEntity>;
required: true;
};
}>> & Readonly<{
onUpdated?: (...args: any[]) => any;
onFailed?: (...args: any[]) => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export {};
//# sourceMappingURL=APermissionPolicyBindingButton.d.ts.map