UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 237 B
import type { ResolvedNavItem } from '@redocly/config'; export type FooterItemProps = { item: ResolvedNavItem; iconsOnly?: boolean; }; export declare function FooterItem({ item, iconsOnly }: FooterItemProps): JSX.Element | null;