uiinfinity-components
Version:
Beautiful UI components with smooth animations and 3D effects
12 lines • 322 B
TypeScript
import React from 'react';
interface TestimonialCardProps {
quote: string;
name: string;
title: string;
image?: string;
className?: string;
delay?: number;
}
declare const TestimonialCard: React.FC<TestimonialCardProps>;
export default TestimonialCard;
//# sourceMappingURL=TestimonialCard.d.ts.map