UNPKG

style-dictionary-utils

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