UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

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