UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 297 B
import type { Field } from '../../schema/index.js'; export declare function useIsFieldExpandable(field: Field, fieldExpandLevel: number): boolean; export declare function useShowExpandableBorder(field: Field, fieldExpandLevel: number, { expandedTypes }: { expandedTypes: boolean; }): boolean;