UNPKG

@io-orkes/human-task-material-renderers-react

Version:

`@io-orkes/human-task-material-renderers-react` is a custom library that extends the `@jsonforms/material-renderers` to provide custom renderers for human task forms. This library leverages Material UI components to deliver a seamless and responsive user

9 lines (7 loc) 206 B
import { default as React } from 'react'; export interface MarkdownTextProps { id?: string; label?: string; markdown?: string; } export declare const MarkdownText: React.FC<MarkdownTextProps>;