Skip to content

Commit

Permalink
[FIX] Removing changes outside src/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cruz Fortunatti committed Dec 23, 2020
1 parent 9b8f578 commit 306dce4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1296,20 +1296,6 @@ declare namespace PptxGenJS {
* @default 0
*/
rectRadius?: number
/**
* Radius (only for pptx.shapes.PIE, pptx.shapes.ARC, pptx.shapes.BLOCK_ARC)
* In the case of pptx.shapes.BLOCK_ARC you have to setup the arcThicknessRatio
* - values: [0-360, 0-360]
* @default [0, 270]
*/
angleRange?: [number, number]
/**
* Radius (only for pptx.shapes.BLOCK_ARC)
* You have to setup the angleRange values too.
* - values: 0 - 1
* @default 0.5
*/
arcThicknessRatio?: number
/**
* Image rotation (degrees)
* - range: -360 to 360
Expand Down

0 comments on commit 306dce4

Please # to comment.