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)

5 lines (4 loc) 365 B
import { TokenTypes } from '../../constants/TokenTypes.js'; import { TokenBoxshadowValue } from '../values/index.js'; import { SingleGenericToken } from './SingleGenericToken.js'; export type SingleBoxShadowToken<Named extends boolean = true, P = unknown> = SingleGenericToken<TokenTypes.BOX_SHADOW, TokenBoxshadowValue | TokenBoxshadowValue[] | string, Named, P>;