()
| 619 | |
| 620 | class Example21 extends React.Component { |
| 621 | render() { |
| 622 | return ( |
| 623 | <ButtonToolbar> |
| 624 | <ButtonGroup> |
| 625 | <Button>1</Button> |
| 626 | <Button>2</Button> |
| 627 | <Button>3</Button> |
| 628 | <Button>4</Button> |
| 629 | </ButtonGroup> |
| 630 | <ButtonGroup> |
| 631 | <Button>5</Button> |
| 632 | <Button>6</Button> |
| 633 | <Button>7</Button> |
| 634 | </ButtonGroup> |
| 635 | <ButtonGroup> |
| 636 | <Button>8</Button> |
| 637 | </ButtonGroup> |
| 638 | </ButtonToolbar> |
| 639 | ); |
| 640 | } |
| 641 | } |
| 642 | |
| 643 | const Example22 = (props: any) => ( |
nothing calls this directly
no outgoing calls
no test coverage detected