MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Example118

Function Example118

types/reactstrap-tests.tsx:4746–4754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4744}
4745
4746function Example118() {
4747 const ref: React.Ref<any> = React.createRef();
4748
4749 <Button innerRef={ref} />;
4750 <CardLink innerRef={ref} />;
4751 <Form innerRef={ref} />;
4752 <Input innerRef={ref} />;
4753 <NavLink innerRef={ref} />;
4754}
4755
4756import { default as Alert_ } from './lib/Alert'; /* tslint:disable-line: no-relative-import-in-test */
4757import { default as Badge_ } from './lib/Badge'; /* tslint:disable-line: no-relative-import-in-test */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…