13 lines
530 B
TypeScript
13 lines
530 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">[]) => Array<any>;
|
|
entityProjection: any;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|