Skip to content

Commit 52aa6de

Browse files
authored
🤖 Merge PR DefinitelyTyped#71423 [d3-shape] Add missing export for d3.symbolTimes by @andrjohns
1 parent 87c4f8c commit 52aa6de

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎types/d3-shape/d3-shape-tests.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ customSymbol = d3Shape.symbolTriangle;
14351435
customSymbol = d3Shape.symbolTriangle2;
14361436
customSymbol = d3Shape.symbolWye;
14371437
customSymbol = d3Shape.symbolX;
1438+
customSymbol = d3Shape.symbolTimes;
14381439

14391440
// -----------------------------------------------------------------------------------
14401441
// Test pointRadial

‎types/d3-shape/index.d.ts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,11 @@ export const symbolWye: SymbolType;
23942394
*/
23952395
export const symbolX: SymbolType;
23962396

2397+
/**
2398+
* The X-shape symbol type; intended for stroking.
2399+
*/
2400+
export const symbolTimes: SymbolType;
2401+
23972402
// -----------------------------------------------------------------------------------
23982403
// pointRadial
23992404
// -----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)