@redocly/graphql-docs
Version:
Redocly GraphQL docs
9 lines (8 loc) • 670 B
TypeScript
export declare const MiddleSectionWrapper: 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 const MiddleSection: ({ children }: {
children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;