| 1 | (function (global, factory) { |
| 2 | if (typeof define === "function" && define.amd) { |
| 3 | define("react-list", ["exports", "react", "react/jsx-runtime"], factory); |
| 4 | } else if (typeof exports !== "undefined") { |
nothing calls this directly
no test coverage detected