UNPKG

@grafana/ui

Version:
14 lines (11 loc) 349 B
import { jsx } from 'react/jsx-runtime'; import { PureComponent } from 'react'; import { AbstractList } from './AbstractList.mjs'; "use strict"; class InlineList extends PureComponent { render() { return /* @__PURE__ */ jsx(AbstractList, { inline: true, ...this.props }); } } export { InlineList }; //# sourceMappingURL=InlineList.mjs.map