UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 264 B
import type { SectionElement, Item } from '../components'; export interface NextSection extends Item { firstItem?: Item; } export declare function withNextSectionFirstItem(section: SectionElement, index: number, allSections: SectionElement[]): SectionElement;