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

Function Example117

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

Source from the content-addressed store, hash-verified

4721};
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} />;
4728 <CarouselItem ref={ref} />;
4729 <Collapse ref={ref} />;
4730 <Dropdown ref={ref} />;
4731 <DropdownItem ref={ref} />;
4732 <DropdownToggle ref={ref} />;
4733 <Form ref={ref} />;
4734 <Input ref={ref} />;
4735 <Modal ref={ref} />;
4736 <NavLink ref={ref} />;
4737 <TabContent ref={ref} />;
4738 <Tooltip ref={ref} target={null as any} />;
4739 <UncontrolledAlert ref={ref} />;
4740 <UncontrolledButtonDropdown ref={ref} />;
4741 <UncontrolledDropdown ref={ref} />;
4742 <UncontrolledTooltip ref={ref} target={null as any} />;
4743 <UncontrolledCollapse ref={ref} target={null as any} toggler="#foobar" />;
4744}
4745
4746function Example118() {
4747 const ref: React.Ref<any> = React.createRef();

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…