( state: JsonFormsState )
| 59 | state: JsonFormsState |
| 60 | ): JsonFormsRendererRegistryEntry[] => get(state, 'jsonforms.renderers'); |
| 61 | export const getCells = ( |
| 62 | state: JsonFormsState |
| 63 | ): JsonFormsCellRendererRegistryEntry[] => get(state, 'jsonforms.cells'); |
| 64 | export const getUISchemas = ( |
| 65 | state: JsonFormsState |
| 66 | ): JsonFormsUISchemaRegistryEntry[] => get(state, 'jsonforms.uischemas'); |
no outgoing calls
no test coverage detected
searching dependent graphs…