Skip to content

Commit

Permalink
expose skyColor typings
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <tim.deubler@here.com>
  • Loading branch information
TerminalTim committed Dec 2, 2024
1 parent de81149 commit 91fab4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/src/styles/XYZLayerStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ export class XYZLayerStyle implements LayerStyle {

private _style: LayerStyle;

/**
* skyColor
* @protected
* @hidden
*/
skyColor: Colors.Color;

/**
Expand Down

0 comments on commit 91fab4f

Please sign in to comment.