UNPKG

@tokens-studio/types

Version:

![NPM version badge](https://img.shields.io/npm/v/@tokens-studio/types) ![License badge](https://img.shields.io/github/license/tokens-studio/types)

13 lines (11 loc) 398 B
var BoxShadowValues; (function (BoxShadowValues) { BoxShadowValues["TYPE"] = "type"; BoxShadowValues["COLOR"] = "color"; BoxShadowValues["X"] = "x"; BoxShadowValues["Y"] = "y"; BoxShadowValues["BLUR"] = "blur"; BoxShadowValues["SPREAD"] = "spread"; BoxShadowValues["BLEND_MODE"] = "blendMode"; })(BoxShadowValues || (BoxShadowValues = {})); export { BoxShadowValues };