(props: any)
| 4709 | } |
| 4710 | |
| 4711 | const Example116 = (props: any) => { |
| 4712 | return ( |
| 4713 | <div> |
| 4714 | <InputGroup> |
| 4715 | <Button>I'm a button</Button> |
| 4716 | <Input /> |
| 4717 | </InputGroup> |
| 4718 | <br /> |
| 4719 | </div> |
| 4720 | ); |
| 4721 | }; |
| 4722 | |
| 4723 | function Example117() { |
| 4724 | const ref = (e: any) => {}; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…