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

Commit

Permalink
Merge pull request #134 from dobladov/Icon-types
Browse files Browse the repository at this point in the history
Add Icon types
  • Loading branch information
arthurbergmz committed Nov 17, 2020
2 parents f4b5593 + 071e40d commit 3d364dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ declare namespace WebpackPwaManifest {
sizes?: number[];
destination?: string;
ios?: boolean | 'default' | 'startup';
purpose?: string;
type?: string;
}
}
}

0 comments on commit 3d364dc

Please sign in to comment.