UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 300 B
import type { PageAction } from '../types'; export type PageActionType = 'copy' | 'view' | 'chatgpt' | 'claude' | 'docs-mcp-cursor' | 'docs-mcp-vscode' | 'mcp-cursor' | 'mcp-vscode'; export declare function usePageActions(pageSlug: string, mcpUrl?: string, actions?: PageActionType[]): PageAction[];