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

6 lines (5 loc) 247 B
export declare const filterCSSByStrictSelectors: (htmlString: string, innerHtml: string, cssString: string) => string; export declare const minifyHtmlCssStructureUC: (html: string, css: string) => { cleanHTML: string; cleanCSS: string; };