UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 165 B
import { PropsWithChildren } from 'react'; import type { JSX } from 'react'; export declare function CodePanelPreview({ children }: PropsWithChildren): JSX.Element;