oak-general-business/lib/pages/userRelation/upsert/onUser/index.d.ts

11 lines
504 B
TypeScript

/// <reference types="react" />
import { EntityDict } from '../../../../general-app-domain';
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, "user", false, {
entity: keyof EntityDict;
entityId: string;
relations: import("../../../../general-app-domain/Relation/Schema").OpSchema[];
mobile: string;
isComponent: boolean;
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;