UNPKG

@procore/core-react

Version:
7 lines (6 loc) 247 B
import React from 'react'; import { H1, H2, H3 } from '../Semantic/Semantic'; export declare const RankedHeadingContext: React.Context<{ rank: number; }>; export declare const headingsByRank: Record<number, typeof H1 | typeof H2 | typeof H3>;