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

7 lines
172 B
TypeScript

import { MessageProps } from 'oak-frontend-base/lib/types/Message';
export default function render(props: {
data: {
data: MessageProps;
};
}): JSX.Element;