UNPKG

style-dictionary-utils

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