UNPKG

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.**

8 lines (7 loc) 462 B
/** * ================ ANALYTIC MAP PROPERTIES ================ * Handle properties: * 1. Với styles, lấy những style có trong styles field, ngoại trừ 1 số trường hợp conflix với map properties bên dưới * 2. Với minHeight, nếu có height hoặc max-height thì để lại cho case này (available cho 3 devices) */ export declare const mapAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;