UNPKG

@convex-dev/agent

Version:

A agent component for Convex.

5 lines 210 B
import { type SmoothTextOptions } from "./useSmoothText.js"; export declare function SmoothText({ text, ...options }: { text: string; } & SmoothTextOptions): string; //# sourceMappingURL=SmoothText.d.ts.map