UNPKG

@redocly/theme

Version:

Shared UI components lib

10 lines (9 loc) 281 B
import type { JSX } from 'react'; import { PageActionType } from '../../core/hooks'; type PageActionProps = { pageSlug?: string; mcpUrl?: string; actions?: PageActionType[]; }; export declare function PageActions(props: PageActionProps): JSX.Element | null; export {};