13 lines
712 B
TypeScript
13 lines
712 B
TypeScript
/// <reference types="react" />
|
|
import { EntityDict } from '../../../../general-app-domain';
|
|
import { QrCodeType } from '../../../../types/Config';
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, "userEntityGrant", false, {
|
|
entity: keyof EntityDict;
|
|
entityId: string;
|
|
relations: import("../../../../general-app-domain/Relation/Schema").OpSchema[];
|
|
type: "grant" | "transfer";
|
|
redirectToAfterConfirm: import("../../../../general-app-domain/UserEntityGrant/Schema").RedirectToProps | null | undefined;
|
|
qrCodeType: QrCodeType;
|
|
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|