(props: State)
| 65 | }) |
| 66 | } |
| 67 | function GateComponent(props: State) { |
| 68 | useGateHook(GateComponent as any, props, getScope()) |
| 69 | return null |
| 70 | } |
| 71 | GateComponent.open = open |
| 72 | GateComponent.close = close |
| 73 | GateComponent.status = status |
nothing calls this directly
no test coverage detected
searching dependent graphs…