Skip to content

Commit e5fa22f

Browse files
author
eb16
authored
Update index.d.ts
Added missing properties in types
1 parent 6cdc704 commit e5fa22f

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)