UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 273 B
import type { JSX } from 'react'; import type { ResolvedNavItem } from '@redocly/config'; export type FooterColumnProps = { column: ResolvedNavItem; className?: string; }; export declare function FooterColumn({ column, className }: FooterColumnProps): JSX.Element;