UNPKG

@tokens-studio/sd-transforms

Version:

Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio

6 lines (5 loc) 243 B
import { DesignToken } from 'style-dictionary/types'; /** * Helper: Transforms typography object to typography shorthand for Jetpack Compose */ export declare function transformTypographyForCompose(token: DesignToken): DesignToken['value'];