import {List} from '@mantine/core';

List.displayName = 'List';
List.Item.displayName = 'List.Item';

export {List, type ListFactory, type ListProps} from '@mantine/core';
