UNPKG

style-dictionary-utils

Version:
8 lines (7 loc) 223 B
import { TransformedToken } from 'style-dictionary/types'; /** * @name isShadow * @type filter * @description only returns tokens of type `shadow` */ export declare const isShadow: (token: TransformedToken) => boolean;