UNPKG

strapi-plugin-navigation

Version:
9 lines (8 loc) 274 B
import { Effect } from '../../../../types'; interface Props { toggle: Effect<any>; collapsed?: boolean; itemsCount?: number; } export declare const CollapseButton: ({ toggle, collapsed, itemsCount }: Props) => import("react/jsx-runtime").JSX.Element; export {};