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

Function ref

types/reactstrap-tests.tsx:4724–4724  ·  view source on GitHub ↗
(e: any)

Source from the content-addressed store, hash-verified

4722
4723function Example117() {
4724 const ref = (e: any) => {};
4725
4726 <Button ref={ref} />;
4727 <Carousel ref={ref} next={null as any} previous={null as any} />;

Callers 2

handleRefFunction · 0.85
handleRefMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected