export interface LinkAttrs { href: string target?: string | null rel?: string | null }