Skip to content

Commit

Permalink
Add Z index to border options (#11008)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Dec 20, 2022
1 parent 9bc0f76 commit 237a893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.d.ts
Expand Up @@ -2817,6 +2817,7 @@ export interface BorderOptions {
dashOffset: Scriptable<number, ScriptableScaleContext>;
color: Color;
width: number;
z: number;
}

export interface GridLineOptions {
Expand Down

0 comments on commit 237a893

Please sign in to comment.