( ctx: JsonFormsStateContext, props: OwnPropsOfLayout )
| 289 | ) => mapStateToArrayControlProps({ jsonforms: { ...ctx } }, props); |
| 290 | |
| 291 | export const ctxToLayoutProps = ( |
| 292 | ctx: JsonFormsStateContext, |
| 293 | props: OwnPropsOfLayout |
| 294 | ): LayoutProps => mapStateToLayoutProps({ jsonforms: { ...ctx } }, props); |
| 295 | |
| 296 | export const ctxToControlProps = ( |
| 297 | ctx: JsonFormsStateContext, |
no test coverage detected
searching dependent graphs…