UNPKG

zeplin-extension-style-kit

Version:

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

14 lines (8 loc) 213 B
declare class FontStretch { constructor(value: string | number); name: string; hasDefaultValue(): boolean; equals(other: FontStretch): boolean; getValue(): string; } export = FontStretch;