13 lines
525 B
TypeScript
13 lines
525 B
TypeScript
import { EntityDict } from '../../../oak-app-domain';
|
|
import { RowWithActions } from 'oak-frontend-base';
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, "sessionMessage", true, {
|
|
sessionId: string;
|
|
isEntity: boolean;
|
|
dialog: boolean;
|
|
entity: string;
|
|
entityId: string;
|
|
entityDisplay: (data: EntityDict['session']['Schema'][] | RowWithActions<EntityDict, 'session'>[]) => any[];
|
|
entityProjection: any;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|