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)

6 lines (5 loc) 159 B
export declare enum BoxShadowTypes { DROP_SHADOW = "dropShadow", INNER_SHADOW = "innerShadow" } export type BoxShadowTypesUnion = `${BoxShadowTypes}`;