UNPKG

@atlaskit/heading

Version:

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

3 lines (2 loc) 165 B
import type { HeadingElement, HeadingLevel } from './types'; export declare const useHeading: (fallback: HeadingElement) => readonly [HeadingLevel, HeadingElement];