UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 237 B
import type { JSX } from 'react'; export type CodeContainerProps = { highlightedCode: string; toolbar: JSX.Element; }; export declare function CodeContainer({ highlightedCode, toolbar, }: CodeContainerProps): JSX.Element | null;