UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 191 B
/// <reference types="react" /> import { NavigationProps } from './Navigation.types'; export declare const Navigation: ({ children, footer, type, ...props }: NavigationProps) => JSX.Element;