Skip to content

Commit 3d4ffaf

Browse files
committed
updated version; fixed CALLOUT_4 values
1 parent 004d2ff commit 3d4ffaf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

types/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for pptxgenjs 3.13.0
1+
// Type definitions for pptxgenjs 4.0.0
22
// Project: https://gitbrent.github.io/PptxGenJS/
33
// Definitions by: Brent Ely <https://github.com/gitbrent/>
44
// Michael Beaumont <https://github.com/michaelbeaumont>
@@ -517,10 +517,10 @@ declare namespace PptxGenJS {
517517
LINE_CALLOUT_3_ACCENT_BAR = 'accentCallout3',
518518
LINE_CALLOUT_3_BORDER_AND_ACCENT_BAR = 'accentBorderCallout3',
519519
LINE_CALLOUT_3_NO_BORDER = 'callout3',
520-
LINE_CALLOUT_4 = 'borderCallout3',
521-
LINE_CALLOUT_4_ACCENT_BAR = 'accentCallout3',
522-
LINE_CALLOUT_4_BORDER_AND_ACCENT_BAR = 'accentBorderCallout3',
523-
LINE_CALLOUT_4_NO_BORDER = 'callout3',
520+
LINE_CALLOUT_4 = 'borderCallout4',
521+
LINE_CALLOUT_4_ACCENT_BAR = 'accentCallout4',
522+
LINE_CALLOUT_4_BORDER_AND_ACCENT_BAR = 'accentBorderCallout4',
523+
LINE_CALLOUT_4_NO_BORDER = 'callout4',
524524
LINE = 'line',
525525
LINE_INVERSE = 'lineInv',
526526
MATH_DIVIDE = 'mathDivide',

0 commit comments

Comments
 (0)