Skip to content

Commit

Permalink
Update type definitions
Browse files Browse the repository at this point in the history
index.d.ts
  • Loading branch information
jamesgeorge007 committed Jul 2, 2019
1 parent 606b7ff commit e2de701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export = showBanner;

declare function showBanner(title: string, tagLine: string): Promise<void>;
declare function showBanner(title: string, tagLine?: string, titleColor?: string): Promise<void>;

0 comments on commit e2de701

Please sign in to comment.