@dndbuilder.com/react
Version:
Drag and drop builder for React
12 lines (11 loc) • 382 B
TypeScript
import { FC } from 'react';
import { TestimonialItemType, TestimonialSettingsType } from '../types';
import { BlockMeta } from '../../../types/block';
type Props = {
data: TestimonialItemType;
settings: TestimonialSettingsType;
meta?: BlockMeta;
};
declare const TestimonialCard: FC<Props>;
export default TestimonialCard;
//# sourceMappingURL=testimonial-card.d.ts.map