Skip to content

Commit

Permalink
docs: Update TakePhotoOptions default value comment (#2861)
Browse files Browse the repository at this point in the history
Flash is `undefined`, which resolves to 'off'.
  • Loading branch information
jkaufman committed May 8, 2024
1 parent 2415e1f commit 87f2abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/types/PhotoFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface TakePhotoOptions {
/**
* Whether the Flash should be enabled or disabled
*
* @default "auto"
* @default "off"
*/
flash?: 'on' | 'off' | 'auto'
/**
Expand Down

0 comments on commit 87f2abc

Please sign in to comment.