UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 236 B
import React from 'react'; export type CodeWalkthroughLayoutProps = React.PropsWithChildren<{ className?: string; }>; export declare function CodeWalkthroughLayout({ className, children, }: CodeWalkthroughLayoutProps): JSX.Element;