UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

7 lines (4 loc) 175 B
import { default as ListBoxItem } from './ListBoxItem'; import { Props } from './ListBoxItem.types'; export type ListBoxItemProps<T> = Props<T>; export default ListBoxItem;