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) 148 B
export declare const parseCSSProperties: (cssText?: string) => Record<string, { desktop?: string; tablet?: string; mobile?: string; }>;