UNPKG

@atlaskit/heading

Version:

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

7 lines (6 loc) 187 B
import React from 'react'; import type { HeadingLevel } from './types'; /** * A context for the heading level. */ export declare const HeadingLevelContext: React.Context<HeadingLevel>;