/** * Model: StrokeWeights * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Individual stroke weights */ export interface StrokeWeights { /** The top stroke weight. */ top: number; /** The right stroke weight. */ right: number; /** The bottom stroke weight. */ bottom: number; /** The left stroke weight. */ left: number; } //# sourceMappingURL=stroke-weights.d.ts.map