UNPKG

@grafana/ui

Version:
1 lines 730 B
{"version":3,"file":"InlineList.mjs","sources":["../../../../src/components/List/InlineList.tsx"],"sourcesContent":["import { PureComponent } from 'react';\n\nimport { ListProps, AbstractList } from './AbstractList';\n\n/** @deprecated Use ul/li/arr.map directly instead */\n// no point converting, this is deprecated\n// eslint-disable-next-line react-prefer-function-component/react-prefer-function-component\nexport class InlineList<T> extends PureComponent<ListProps<T>> {\n render() {\n return <AbstractList inline {...this.props} />;\n }\n}\n"],"names":[],"mappings":";;;;;AAOO,MAAM,mBAAsB,aAAA,CAA4B;AAAA,EAC7D,MAAA,GAAS;AACP,IAAA,2BAAQ,YAAA,EAAA,EAAa,MAAA,EAAM,IAAA,EAAE,GAAG,KAAK,KAAA,EAAO,CAAA;AAAA,EAC9C;AACF;;;;"}