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

9 lines
331 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;
}>) => React.ReactElement;
export default _default;