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)

11 lines (10 loc) 280 B
import { BoxShadowTypes } from '../../constants/BoxShadowTypes.js'; export type TokenBoxshadowValue = { color: string; type: BoxShadowTypes; x: string | number; y: string | number; blur: string | number; spread: string | number; blendMode?: string; };