type TextElement = 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'em' | 'div' | 'kbd' | 'del' | 'ins' | 'sub' | 'sup' | 'span' | 'code' | 'mark' | 'cite' | 'abbr' | 'label' | 'small' | 'strong' | 'legend' | 'blockquote' | 'figcaption'
Import
import { TextElement } from '@modular/sdk/ui';