/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.25/esri/copyright.txt for details. */ import{_ as t}from"../../chunks/tslib.es6.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";import e from"./Pattern3D.js";import o from"./styles.js";var p;let c=p=class extends e{constructor(t){super(t),this.type="style",this.style="solid"}clone(){const t={style:this.style};return new p(t)}};t([s({type:["style"]})],c.prototype,"type",void 0),t([s({type:o,json:{read:!0,write:!0}})],c.prototype,"style",void 0),c=p=t([r("esri.symbols.patterns.StylePattern3D")],c);const y=c;export{y as default};