/** * Prefixes any given `Suffix` with a element's `TagName`. * * @category Internal */ export type WithTagName = `${TagName}-${Suffix}`;