(props: any)
| 4553 | } |
| 4554 | |
| 4555 | const Example113 = (props: any) => { |
| 4556 | return ( |
| 4557 | <div> |
| 4558 | <Card> |
| 4559 | <CardBody> |
| 4560 | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus |
| 4561 | terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer |
| 4562 | labore wes anderson cred nesciunt sapiente ea proident. |
| 4563 | </CardBody> |
| 4564 | </Card> |
| 4565 | </div> |
| 4566 | ); |
| 4567 | }; |
| 4568 | |
| 4569 | class Example114 extends React.Component<any, any> { |
| 4570 | private element: HTMLElement; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…