UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

9 lines (8 loc) 651 B
import { CodeBlock } from '@redocly/theme'; import type { CodeBlockProps } from '@redocly/theme'; export declare const SectionHeader: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledCodeBlock: import("styled-components").StyledComponent<typeof CodeBlock, any, {}, never>; export declare const VariablesContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledJsonViewer: import("styled-components").StyledComponent<import("react").NamedExoticComponent<import("@redocly/theme").JsonProps>, any, CodeBlockProps & { $headerMarginTop?: string; }, never>;