UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

7 lines (6 loc) 297 B
import { default as ListBoxSection } from './ListBoxSection'; import { Props } from './ListBoxSection.types'; import * as CONSTANTS from './ListBoxSection.constants'; export { CONSTANTS as LIST_BOX_SECTION_CONSTANTS }; export type ListBoxSectionProps<T> = Props<T>; export default ListBoxSection;