UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

7 lines (6 loc) 275 B
import { BlockProps } from '../../../types/block'; import { FC } from 'react'; import { TestimonialSettingsType } from '../types'; declare const Testimonial: FC<BlockProps<TestimonialSettingsType>>; export default Testimonial; //# sourceMappingURL=testimonial.block.d.ts.map