UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 482 B
import { Panel } from '@redocly/theme'; export declare const CodePanel: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@redocly/theme").PanelProps & { children?: import("react").ReactNode | undefined; }, never> & Partial<Pick<import("@redocly/theme").PanelProps & { children?: import("react").ReactNode | undefined; }, never>>> & string & Omit<typeof Panel, keyof import("react").Component<any, {}, any>>;