7 lines
289 B
TypeScript
7 lines
289 B
TypeScript
import { WebComponentProps } from 'oak-frontend-base';
|
|
import { EntityDict } from '../../general-app-domain';
|
|
export default function render(props: WebComponentProps<EntityDict, 'mobile', true, {
|
|
showBack: boolean;
|
|
userId: string;
|
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|