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) 495 B
/** * ================ ANALYTIC BUTTON 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 button properties bên dưới * 2. Với fullWidthEnabled, nếu có width 100% và không có max-width hoặc max-width cũng là 100% thì để lại cho case này */ export declare const buttonAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;