UNPKG

@grafana/ui

Version:
13 lines (10 loc) 303 B
import { jsx } from 'react/jsx-runtime'; import { PureComponent } from 'react'; import { AbstractList } from './AbstractList.mjs'; class List extends PureComponent { render() { return /* @__PURE__ */ jsx(AbstractList, { ...this.props }); } } export { List }; //# sourceMappingURL=List.mjs.map