UNPKG

@redocly/theme

Version:

Shared UI components lib

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