UNPKG

style-dictionary-utils

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