(state: JsonFormsCore)
| 66 | ): JsonFormsUISchemaRegistryEntry[] => get(state, 'jsonforms.uischemas'); |
| 67 | |
| 68 | export const extractData = (state: JsonFormsCore) => get(state, 'data'); |
| 69 | export const extractSchema = (state: JsonFormsCore) => get(state, 'schema'); |
| 70 | export const extractUiSchema = (state: JsonFormsCore) => get(state, 'uischema'); |
| 71 | export const extractAjv = (state: JsonFormsCore) => get(state, 'ajv'); |
no outgoing calls
no test coverage detected
searching dependent graphs…