UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

13 lines 564 B
import { UiSchema } from '@rjsf/utils'; import { FormSchema, Step, SummaryFormat } from './types'; export interface SummaryTableProps { isWizard?: boolean; formData: any; callbackFn?: (screenId: string) => void; steps: Step[]; schema: FormSchema; uiSchema: UiSchema; } export declare function getFlatData(formData: any, steps: Step[], schema: FormSchema, uiSchema: UiSchema): SummaryFormat[]; export default function SummaryTable(props: SummaryTableProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SummaryTable.d.ts.map