We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff7ab1 commit e52ceb4Copy full SHA for e52ceb4
index.js.flow
@@ -10,6 +10,22 @@ export type BlurType =
10
| 'xlight'
11
| 'light'
12
| '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"
29
// tvOS and iOS 10+ only
30
| 'regular'
31
| 'prominent'
0 commit comments