@automattic/agenttic-ui
Version:
UI components for the Agenttic framework
8 lines • 312 B
TypeScript
interface AnimatedPlaceholderProps {
texts: string[];
interval?: number;
className?: string;
}
export declare function AnimatedPlaceholder({ texts, interval, className, }: AnimatedPlaceholderProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AnimatedPlaceholder.d.ts.map