Repository URL to install this package:
|
Version:
2.0.17 ▾
|
/// <reference types="react" />
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, };