@redocly/graphql-docs
Version:
Redocly GraphQL docs
10 lines (9 loc) • 684 B
TypeScript
import type { ReactElement } from 'react';
export declare const RightSectionWrapper: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "isStacked"> & {
isStacked: boolean;
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "isStacked"> & {
isStacked: boolean;
}, never>>> & string;
export declare function RightSection({ children }: {
children?: React.ReactNode;
}): ReactElement;