import { HeadingLevel } from './typings'; export const HEADING_TYPE = 'heading'; export const HEADING_LEVELS = [1, 2, 3, 4, 5, 6] as ReadonlyArray;