UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 201 B
import type { JSX } from 'react'; export type LoginButtonProps = { href: string; className?: string; }; export declare function LoginButton({ href, className }: LoginButtonProps): JSX.Element;