UNPKG

strapi-plugin-navigation

Version:
8 lines (7 loc) 326 B
import { Footer } from '../Footer'; import { CommonProps, ListState } from '../types'; interface Props extends ListState, CommonProps { } export declare const AllNavigations: ({ navigations, selected, setState }: Props) => import("react/jsx-runtime").JSX.Element; export declare const AllNavigationsFooter: Footer; export {};