(props: any)
| 742 | }; |
| 743 | |
| 744 | const Example27 = (props: any) => { |
| 745 | return ( |
| 746 | <Row noGutters> |
| 747 | <Col sm="6" cssModule={{ col: 'test' }}> |
| 748 | <Card body> |
| 749 | <CardTitle>Special Title Treatment</CardTitle> |
| 750 | <CardText> |
| 751 | With supporting text below as a natural lead-in to additional |
| 752 | content. |
| 753 | </CardText> |
| 754 | <Button>Go somewhere</Button> |
| 755 | </Card> |
| 756 | </Col> |
| 757 | <Col sm="6"> |
| 758 | <Card body> |
| 759 | <CardTitle>Special Title Treatment</CardTitle> |
| 760 | <CardText> |
| 761 | With supporting text below as a natural lead-in to additional |
| 762 | content. |
| 763 | </CardText> |
| 764 | <Button>Go somewhere</Button> |
| 765 | </Card> |
| 766 | </Col> |
| 767 | </Row> |
| 768 | ); |
| 769 | }; |
| 770 | |
| 771 | const Example28 = (props: any) => { |
| 772 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…