( ctx: JsonFormsStateContext, ownProps: OwnPropsOfLabel )
| 479 | }); |
| 480 | |
| 481 | export const ctxToLabelProps = ( |
| 482 | ctx: JsonFormsStateContext, |
| 483 | ownProps: OwnPropsOfLabel |
| 484 | ) => { |
| 485 | return mapStateToLabelProps({ jsonforms: { ...ctx } }, ownProps); |
| 486 | }; |
| 487 | |
| 488 | // -- |
| 489 |
no test coverage detected
searching dependent graphs…