Repository URL to install this package:
|
Version:
3.0.4 ▾
|
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 };