UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 239 B
import type { JSX } from 'react'; export type FooterCopyrightProps = { copyrightText: string; className?: string; }; export declare function FooterCopyright({ copyrightText, className, }: FooterCopyrightProps): JSX.Element | null;