UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 256 B
import type { JSX } from 'react'; import type { CodeBlockItems } from '../../components/CodeBlock/CodeBlock'; export type CodeBlockTabsProps = { tabs: CodeBlockItems; }; export declare function CodeBlockTabs({ tabs }: CodeBlockTabsProps): JSX.Element;