9 lines
339 B
TypeScript
9 lines
339 B
TypeScript
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../oak-app-domain").EntityDict, "token", true, {
|
|
onMyInfoClicked: () => void;
|
|
myInfoUrl: string;
|
|
manageUserUrl: string;
|
|
loginUrl: string;
|
|
Body: React.ReactNode | undefined;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|