UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

9 lines (6 loc) 195 B
import { List as List$1 } from './List.js'; import { ListItem } from './ListItem.js'; const List = List$1; List.Item = ListItem; List.Item.displayName = 'List.Item'; export { List, ListItem };