|
import { WebComponentProps } from 'oak-frontend-base';
|
|
import { EntityDict } from '../../../general-app-domain';
|
|
export default function Render(props: WebComponentProps<EntityDict, 'message', false, {}, {
|
|
tapAction: (action: string) => void;
|
|
}>): JSX.Element[] | null;
|