Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Fix icon type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Colt45s committed Jan 9, 2020
1 parent 350f409 commit a42b6f1
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
Expand Up @@ -59,6 +59,6 @@ declare namespace WebpackPwaManifest {
size?: string | number;
sizes?: number[];
destination?: string;
ios?: boolean | 'default';
ios?: boolean | 'default' | 'startup';
}
}

0 comments on commit a42b6f1

Please sign in to comment.