UNPKG

@redocly/theme

Version:

Shared UI components lib

10 lines (9 loc) 350 B
import type { JSX, PropsWithChildren } from 'react'; export declare function Heading({ level, id, children, 'data-source': dataSource, 'data-hash': dataHash, className, __idx, }: PropsWithChildren<{ level: number; id: string; 'data-source'?: string; 'data-hash'?: string; className?: string; __idx?: number; }>): JSX.Element;