UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

5 lines (4 loc) 298 B
import { DME } from 'dmeditor/core/types'; import { CarouselEntity } from './entity'; declare const Carousel: ({ blockNode: { data: { items, animation, autoPlay }, }, mode, styleClasses, }: DME.WidgetRenderProps<CarouselEntity>) => import("react/jsx-runtime").JSX.Element; export default Carousel;