UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 205 B
export type FooterCopyrightProps = { copyrightText: string; className?: string; }; export declare function FooterCopyright({ copyrightText, className, }: FooterCopyrightProps): JSX.Element | null;