(props: any)
| 1975 | }; |
| 1976 | |
| 1977 | const Example55 = (props: any) => { |
| 1978 | return ( |
| 1979 | <div> |
| 1980 | <InputGroup> |
| 1981 | <Button>I'm a button</Button> |
| 1982 | <Input /> |
| 1983 | </InputGroup> |
| 1984 | <br /> |
| 1985 | <InputGroup> |
| 1986 | <Input /> |
| 1987 | </InputGroup> |
| 1988 | <br /> |
| 1989 | <InputGroup> |
| 1990 | <Input placeholder="and..." /> |
| 1991 | <Button color="secondary">I'm a button</Button> |
| 1992 | </InputGroup> |
| 1993 | </div> |
| 1994 | ); |
| 1995 | }; |
| 1996 | |
| 1997 | const Example56 = (props: any) => { |
| 1998 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…