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

12 lines (11 loc) 245 B
export declare const shortGenDataFlow: (html: string, css: string, raw: any) => { parsed: { parsed: string; values: any; }; raw: { structure: string; props: any; }; elements_used: string[]; };