xobuilder-extractor
Version:
> **A sophisticated web application that converts HTML and CSS to JSON layout through an intelligent multi-step flow process with AI validation.**
17 lines (16 loc) • 530 B
TypeScript
import { RawDataEEPV2 } from '../../../domains/entities/general.entity';
export declare const carouselEEP: (data: RawDataEEPV2) => {
[x: string]: any;
};
export declare const carouselSlideEEP: (data: RawDataEEPV2) => {
[x: string]: any;
};
export declare const carouselContentEEP: (data: RawDataEEPV2) => {
[x: string]: any;
};
export declare const carouselPaginationEEP: (data: RawDataEEPV2) => {
[x: string]: any;
};
export declare const carouselNavigationEEP: (data: RawDataEEPV2) => {
[x: string]: any;
};