UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 169 B
import type { JSX } from 'react'; export type FooterProps = { className?: string; }; export declare function Footer({ className }: FooterProps): JSX.Element | null;