Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { NavigationListProps } from './typings';
declare function defaultRenderButton(buttonProps: Object): JSX.Element;
declare function defaultRenderButtonList(props: NavigationListProps): JSX.Element;
declare function defaultRenderWrapper(props: NavigationListProps): JSX.Element;
export { defaultRenderButton, defaultRenderButtonList, defaultRenderWrapper };