UNPKG

zeplin-extension-style-kit

Version:

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

13 lines (8 loc) 225 B
import Scalar from "../values/scalar"; declare class BorderImageSlice { constructor(value: Scalar); name: string; equals(other: BorderImageSlice): boolean; getValue(): string; } export = BorderImageSlice;