UNPKG

@redocly/theme

Version:

Shared UI components lib

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