@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
10 lines (6 loc) • 300 B
text/typescript
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;