UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 264 B
export { List } from './List'; export { ListItem } from './ListItem/ListItem'; export type { ListProps, ListStylesNames, ListCssVariables, ListFactory } from './List'; export type { ListItemProps, ListItemStylesNames, ListItemFactory } from './ListItem/ListItem';