UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

41 lines (40 loc) 2.36 kB
import { Breadcrumbs as ThemeBreadcrumbs } from '@redocly/theme'; import { Box } from '../../common/index.js'; interface isRequiredProps { required?: boolean; } export declare const Annotation: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const PanelAnnotation: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ScalarAnnotation: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ArgsCollapsed: import("styled-components").StyledComponent<"span", any, { size: "base" | "lg"; }, never>; export declare const requiredCss: import("styled-components").FlattenSimpleInterpolation; export declare const InlineCode: import("styled-components").StyledComponent<"span", any, isRequiredProps, never>; export declare const FieldWrapper: import("styled-components").StyledComponent<"div", any, { firstOfType?: boolean; showBorder: boolean; }, never>; export declare const FieldNameBox: import("styled-components").StyledComponent<typeof Box, any, {}, never>; export declare const SchemaItemWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; interface FieldNameProps { isDeprecated: boolean; } export declare const FieldName: import("styled-components").StyledComponent<"span", any, FieldNameProps, never>; export declare const ReferenceField: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const Value: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ExpandableFieldBody: import("styled-components").StyledComponent<"div", any, { contrast?: boolean; }, never>; export declare const Breadcrumbs: import("styled-components").StyledComponent<typeof ThemeBreadcrumbs, any, {}, never>; export declare const PanelWrapper: import("styled-components").StyledComponent<"div", any, { className: "panel-overview"; } & { $spacing?: "xxl" | "xl" | "lg" | "md" | "base"; }, "className">; export declare const PanelHeading: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const PanelBody: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const FieldInfo: import("styled-components").StyledComponent<typeof Box, any, { expanded?: boolean; }, never>; export {};