@redocly/graphql-docs
Version:
Redocly GraphQL docs
11 lines (10 loc) • 457 B
TypeScript
import { TypeGroup } from '../../schema/models/type-group.js';
interface SectionOverviewProps {
items: string[];
typeGroupId: TypeGroup;
baseUrl: string;
id: string;
}
export declare function SectionOverviewComponent({ items, typeGroupId, baseUrl, id, }: SectionOverviewProps): import("react/jsx-runtime.js").JSX.Element;
export declare const SectionOverview: import("react").MemoExoticComponent<typeof SectionOverviewComponent>;
export {};