Skip to content

Commit

Permalink
Update index.d.ts (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobp100 authored Jan 11, 2023
1 parent 230e4b0 commit 174e257
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 @@ -9,7 +9,7 @@ export interface ContextMenuAction {
/**
* The subtitle of the action. iOS 15+.
*/
subtitletitle?: string;
subtitle?: string;
/**
* The icon to use on ios. This is the name of the SFSymbols icon to use. On Android nothing will happen if you set this option.
*/
Expand Down

0 comments on commit 174e257

Please sign in to comment.