UNPKG

@grafana/ui

Version:
11 lines (8 loc) 246 B
import { jsx } from 'react/jsx-runtime'; import { AbstractList } from './AbstractList.mjs'; "use strict"; const List = (props) => { return /* @__PURE__ */ jsx(AbstractList, { ...props }); }; export { List }; //# sourceMappingURL=List.mjs.map