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) 251 B
import { TransformValue, UnitValue } from '../domains/entities/general.entity'; interface ParseResult { blur?: UnitValue; transform?: TransformValue; } export declare function string2Transform(transformString: string): ParseResult; export {};