UNPKG

style-dictionary-utils

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