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) 278 B
/** * ================ ANALYTIC GENERAL PROPERTIES ================ * Handle properties: * 1. Với styles, lấy những style có trong styles field * */ export declare const generalAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;