UNPKG

@redocly/theme

Version:

Shared UI components lib

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