@jsonforms/react
Version:
React module of JSON Forms
8 lines (7 loc) • 386 B
TypeScript
import React from 'react';
import type { DispatchCellProps } from '@jsonforms/core';
/**
* Dispatch renderer component for cells.
*/
export declare const Dispatch: ({ uischema, schema, rootSchema, path, cells, id, enabled, renderers, config, }: DispatchCellProps) => React.JSX.Element;
export declare const DispatchCell: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;