UNPKG

zeplin-extension-style-kit

Version:

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

11 lines (7 loc) 164 B
declare class ObjectFit { constructor(value: string); name: string; equals(other: ObjectFit): boolean; getValue(): string; } export = ObjectFit;