UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

8 lines (7 loc) 272 B
type SectionWrapperProps = { children: React.ReactNode; rightPanel?: React.ReactNode; className?: string; }; export declare const SectionWrapper: ({ children, rightPanel, className }: SectionWrapperProps) => import("react/jsx-runtime").JSX.Element; export {};