(uischema: any)
| 87 | ) => number; |
| 88 | |
| 89 | export const isControl = (uischema: any): uischema is ControlElement => |
| 90 | !isEmpty(uischema) && uischema.scope !== undefined; |
| 91 | |
| 92 | /** |
| 93 | * Only applicable for Controls. |
no outgoing calls
no test coverage detected
searching dependent graphs…