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