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

12 lines (10 loc) 267 B
import { default as React } from 'react'; export interface VideoViewerProps { id?: string; value?: string; height?: number; width?: number; defaultUrl?: string; } declare const VideoViewer: React.FC<VideoViewerProps>; export default VideoViewer;