@terra.gl/core 0.0.1-alpha.40 → 0.0.1-alpha.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1458,8 +1458,6 @@ export declare interface FlowLineStyle extends BaseStyle {
1458
1458
  stripeColor?: string | number | Color;
1459
1459
  /** 拐角半径 */
1460
1460
  cornerRadius?: number;
1461
- /** 是否只显示箭头,隐藏管道 */
1462
- arrowOnly?: boolean;
1463
1461
  }
1464
1462
 
1465
1463
  /**