Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { MenuListProps } from './typings';
declare function renderImage(props: MenuListProps): JSX.Element;
declare function renderListOfButtons(props: MenuListProps): JSX.Element;
declare function renderListOfLinksGrid(props: MenuListProps): JSX.Element;
declare function renderWrapper(props: MenuListProps): JSX.Element;
export { renderImage, renderListOfLinksGrid, renderListOfButtons, renderWrapper, };