Skip to content

Commit e52ceb4

Browse files
committed
Update flow types
1 parent aff7ab1 commit e52ceb4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.js.flow

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ export type BlurType =
1010
| 'xlight'
1111
| 'light'
1212
| 'dark'
13+
// iOS 13+ only
14+
| "chromeMaterial"
15+
| "material"
16+
| "thickMaterial"
17+
| "thinMaterial"
18+
| "ultraThinMaterial"
19+
| "chromeMaterialDark"
20+
| "materialDark"
21+
| "thickMaterialDark"
22+
| "thinMaterialDark"
23+
| "ultraThinMaterialDark"
24+
| "chromeMaterialLight"
25+
| "materialLight"
26+
| "thickMaterialLight"
27+
| "thinMaterialLight"
28+
| "ultraThinMaterialLight"
1329
// tvOS and iOS 10+ only
1430
| 'regular'
1531
| 'prominent'

0 commit comments

Comments
 (0)