UNPKG

@redocly/theme

Version:

Shared UI components lib

9 lines (8 loc) 334 B
import type { JSX } from 'react'; import type { MCPOption } from '../../core/types'; export type ConnectMCPButtonProps = { placement?: 'top' | 'bottom'; alignment?: 'start' | 'end'; options?: MCPOption[]; }; export declare function ConnectMCPButton({ placement, alignment, options, }: ConnectMCPButtonProps): JSX.Element;