UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 228 B
import type { LogoConfig } from '../../core/types'; export type LogoProps = { config: LogoConfig; className?: string; }; export declare function Logo({ config, className, ...otherProps }: LogoProps): JSX.Element | null;