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

7 lines
305 B
TypeScript

/// <reference types="react" />
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;