@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
17 lines (16 loc) • 493 B
TypeScript
import * as React from 'react';
import { IMenuListProps } from './MenuList.props';
export { IMenuListProps } from './MenuList.props';
/**
* ## Importing
*
* ```
* import { MenuList } from '@naturacosmeticos/natds-web';
* ```
*
* @constructor
* @param {IMenuListProps} props Properties for MenuList component
* @todo Fix missing color contrast for selected items on Avon Light theme
*/
export declare const MenuList: React.FunctionComponent<IMenuListProps>;
export default MenuList;