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

9 lines
460 B
TypeScript

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