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

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

export default ListBoxBase;
