UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 203 B
export type CodeContainerProps = { highlightedCode: string; toolbar: JSX.Element; }; export declare function CodeContainer({ highlightedCode, toolbar, }: CodeContainerProps): JSX.Element | null;