import { default as ListBoxItem } from './ListBoxItem';
import { Props } from './ListBoxItem.types';

export type ListBoxItemProps<T> = Props<T>;

export default ListBoxItem;
