Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { Variant } from './types'; export const VARIANTS = ['h1', 'h2', 'h3', 'h4', 'h5'] as const; export const DEFAULT_VARIANT: Variant = 'h1';