UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 285 B
import type { ReactElement } from 'react'; export declare const RightSectionWrapper: import("styled-components").StyledComponent<"section", any, { isStacked: boolean; }, never>; export declare function RightSection({ children }: { children?: React.ReactNode; }): ReactElement;