UNPKG

zeplin-extension-style-kit

Version:

Models and utilities to generate CSS-like style code in Zeplin extensions.

11 lines (7 loc) 182 B
declare class BackgroundClip { constructor(values: string[]); name: string; equals(other: BackgroundClip): boolean; getValue(): string; } export = BackgroundClip;