{"version":3,"file":"List.mjs","sources":["../../../../src/components/List/List.tsx"],"sourcesContent":["import { type ListProps, AbstractList } from './AbstractList';\n\n/**\n * @deprecated Use ul/li/arr.map directly instead\n *\n * https://developers.grafana.com/ui/latest/index.html?path=/docs/layout-deprecated-list--docs\n */\n// no point converting, this is deprecated\n// eslint-disable-next-line react-prefer-function-component/react-prefer-function-component\nexport const List = <T,>(props: ListProps<T>) => {\n  return <AbstractList {...props} />;\n};\n"],"names":[],"mappings":";;;;AASO,MAAM,IAAA,GAAO,CAAK,KAAA,KAAwB;AAC/C,EAAA,uBAAO,GAAA,CAAC,YAAA,EAAA,EAAc,GAAG,KAAA,EAAO,CAAA;AAClC;;;;"}