UNPKG

@grafana/ui

Version:
15 lines (10 loc) 358 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var AbstractList = require('./AbstractList.cjs'); "use strict"; const List = (props) => { return /* @__PURE__ */ jsxRuntime.jsx(AbstractList.AbstractList, { ...props }); }; exports.List = List; //# sourceMappingURL=List.cjs.map