import { gloss } from 'gloss' import { HTMLProps } from 'react' import { SimpleText, SimpleTextProps } from './text/SimpleText' export const Link = gloss & { tagName?: string }, SimpleTextProps>( SimpleText, { tagName: 'a', }, )