.text-type {
display: inline-block;
white-space: pre-wrap;
}
.text-type__cursor {
margin-left: 0.25rem;
display: inline-block;
opacity: 1;
}
.text-type__cursor--hidden {
display: none;
}
npx shadcn@latest add @react-bits/TextType-TS-CSSimport { TextTypeTSCSS } from "@/components/TextType-TS-CSS"<TextTypeTSCSS />