UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 231 B
interface SectionHeaderProps { name: string; splitWbr?: boolean; path?: string; } export declare function SectionHeader({ name, splitWbr, path }: SectionHeaderProps): import("react/jsx-runtime").JSX.Element; export {};