()
| 4744 | } |
| 4745 | |
| 4746 | function Example118() { |
| 4747 | const ref: React.Ref<any> = React.createRef(); |
| 4748 | |
| 4749 | <Button innerRef={ref} />; |
| 4750 | <CardLink innerRef={ref} />; |
| 4751 | <Form innerRef={ref} />; |
| 4752 | <Input innerRef={ref} />; |
| 4753 | <NavLink innerRef={ref} />; |
| 4754 | } |
| 4755 | |
| 4756 | import { default as Alert_ } from './lib/Alert'; /* tslint:disable-line: no-relative-import-in-test */ |
| 4757 | import { default as Badge_ } from './lib/Badge'; /* tslint:disable-line: no-relative-import-in-test */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…