UNPKG

@atlaskit/heading

Version:

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

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