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

5 lines (4 loc) 261 B
/** * Function get placement absolute from css value */ export declare const orientPlacementAbsolute: (value: string[]) => "center" | "top-left" | "top-right" | "top-center" | "center-left" | "center-right" | "bottom-left" | "bottom-right" | "bottom-center";