UNPKG

@atlaskit/heading

Version:

A heading is a typography component used to display text in different sizes and formats.

7 lines (6 loc) 171 B
import type { HeadingLevel } from './types'; /** * @internal * @returns The current heading level context. */ export declare const useHeadingLevel: () => HeadingLevel;