6 lines
280 B
TypeScript
6 lines
280 B
TypeScript
import { WebComponentProps } from 'oak-frontend-base';
|
|
import { EntityDict } from '../../../oak-app-domain';
|
|
export default function Render(props: WebComponentProps<EntityDict, 'session', false, {
|
|
newSessionId: string;
|
|
}, {}>): import("react/jsx-runtime").JSX.Element | null;
|