UNPKG

style-dictionary-utils

Version:
6 lines (5 loc) 207 B
import { Transform } from 'style-dictionary/types'; /** * @description convert a w3c `border` token to a value that can be used with the css `border` property */ export declare const borderCss: Transform;