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

7 lines (6 loc) 248 B
import { ShadowValue } from '../domains/entities/general.entity'; export declare const string2Shadow: (shadow: string) => ShadowValue[]; /** * Checks if a token represents a color value */ export declare function isColor(token: string): boolean;