strapi-plugin-navigation
Version:
Strapi - Navigation plugin
9 lines (8 loc) • 408 B
TypeScript
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 {};