UNPKG

@grafana/ui

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