UNPKG

@atlaskit/heading

Version:

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

5 lines 146 B
import { createContext } from 'react'; /** * A context for the heading level. */ export var HeadingLevelContext = /*#__PURE__*/createContext(0);