UNPKG

@grafana/ui

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