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.**
11 lines (10 loc) • 640 B
TypeScript
/**
* ================ ANALYTIC GALLERY PROPERTIES ================
* Handle properties:
* 1. Với styles, lấy những style có trong styles field
* 2. Với grid, số gallery-item từ grid-template-columns (available cho 3 devices)
* 3. Với verticalGap, từ gap hoặc row-gap (available cho 3 devices)
* 4. Với horizontalGap, từ gap hoặc column-gap (available cho 3 devices)
*/
export declare const galleryAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;
export declare const galleryItemAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;