9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function parseCSSShadow(value: string): ShadowCSSValues;

Defined in: ui/styling/css-shadow.ts

Parse a string into ShadowCSSValues Supports any valid css box/text shadow combination.

inspired by https://github.com/jxnblk/css-box-shadow/blob/master/index.js (MIT License)

Parameters

ParameterTypeDescription
valuestring-

Returns

ShadowCSSValues