Skip to content

Commit

Permalink
fix for Issue #833
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Aug 28, 2020
1 parent b65c7cd commit e10a860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ declare class PptxGenJS {
* @param {SectionProps} section - section properties
* @example pptx.addSection({ title:'Charts' });
*/
addSection(section: PptxGenJS.SectionProps)
addSection(section: PptxGenJS.SectionProps): void
/**
* Add a new Slide to Presentation
* @param {AddSlideProps} options - slide options
Expand Down

0 comments on commit e10a860

Please sign in to comment.