(props: any)
| 2016 | }; |
| 2017 | |
| 2018 | const Example57 = (props: any) => { |
| 2019 | return ( |
| 2020 | <div> |
| 2021 | <InputGroup> |
| 2022 | <Button>I'm a button</Button> |
| 2023 | <Input /> |
| 2024 | </InputGroup> |
| 2025 | <br /> |
| 2026 | <InputGroup> |
| 2027 | <Input /> |
| 2028 | </InputGroup> |
| 2029 | <br /> |
| 2030 | <InputGroup> |
| 2031 | <Input placeholder="and..." /> |
| 2032 | <Button color="secondary">I'm a button</Button> |
| 2033 | </InputGroup> |
| 2034 | </div> |
| 2035 | ); |
| 2036 | }; |
| 2037 | |
| 2038 | const Example58 = (props: any) => { |
| 2039 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…