UNPKG

strapi-plugin-navigation

Version:
9 lines (8 loc) 408 B
import { Footer } from '../Footer'; import { CommonProps, CreateState, Navigation } from '../types'; interface Props extends CreateState, CommonProps { } export declare const INITIAL_NAVIGATION: Navigation; export declare const NewNavigation: ({ setState, current, isLoading, alreadyUsedNames }: Props) => import("react/jsx-runtime").JSX.Element; export declare const NewNavigationFooter: Footer; export {};