oak-general-business/lib/components/message/cellButton/web.d.ts

6 lines
273 B
TypeScript

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;