"use client"; import { Zoom } from "prosody-ui"; import { NLP } from "sortug-ai"; type Props = { text: string; doc: NLP.Spacy.SpacyRes }; function ZoomText(props: Props) { return (