( ctx: JsonFormsStateContext, props: OwnPropsOfControl )
| 279 | } |
| 280 | |
| 281 | export const ctxToArrayLayoutProps = ( |
| 282 | ctx: JsonFormsStateContext, |
| 283 | props: OwnPropsOfControl |
| 284 | ) => mapStateToArrayLayoutProps({ jsonforms: { ...ctx } }, props); |
| 285 | |
| 286 | export const ctxToArrayControlProps = ( |
| 287 | ctx: JsonFormsStateContext, |
no test coverage detected
searching dependent graphs…