( ctx: JsonFormsStateContext, props: OwnPropsOfControl )
| 294 | ): LayoutProps => mapStateToLayoutProps({ jsonforms: { ...ctx } }, props); |
| 295 | |
| 296 | export const ctxToControlProps = ( |
| 297 | ctx: JsonFormsStateContext, |
| 298 | props: OwnPropsOfControl |
| 299 | ) => mapStateToControlProps({ jsonforms: { ...ctx } }, props); |
| 300 | |
| 301 | export const ctxToEnumControlProps = ( |
| 302 | ctx: JsonFormsStateContext, |
no test coverage detected
searching dependent graphs…