oak-general-business/es/components/user/info/index.d.ts

9 lines
399 B
TypeScript

import { EntityDict } from '../../../oak-app-domain';
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, "user", false, {
changeMobileUrl: string;
changePasswordUrl: string;
authenticateUrl: string;
onConfirm: () => void;
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;