import { default as MenuSection } from './MenuSection';
import * as CONSTANTS from './MenuSection.constants';
import { Props } from './MenuSection.types';

export { CONSTANTS as MENU_SECTION_CONSTANTS };

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

export default MenuSection;
