Skip to content

Commit 25a2314

Browse files
authored
Merge pull request #309 from eb16/patch-1
Update index.d.ts
2 parents cd214df + e5fa22f commit 25a2314

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.d.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ export interface BlurViewProperties {
1010
| "regular"
1111
| "prominent"
1212
// tvOS only
13-
| "extraDark";
14-
blurAmount?: number; // 0 - 100
15-
style?: StyleProp<ViewStyle>;
16-
viewRef?: number | null;
13+
| "extraDark"
14+
blurAmount?: number // 0 - 100
15+
style?: StyleProp<ViewStyle>
16+
viewRef?: number | null
17+
blurRadius?: number
18+
downsampleFactor?: number
19+
overlayColor?: string
1720
}
1821

1922
export class BlurView extends React.Component<BlurViewProperties, {}> {}

0 commit comments

Comments
 (0)