/** * HTML tag names that the font component may render as. */ export type VegaFontAs = | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'i' | 'p' | 'span' | 'q' | 's' | 'del' | 'em' | 'cite' | 'b' | 'abbr' | '';