mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-02 03:34:58 +00:00
commit
25a23142ea
11
index.d.ts
vendored
11
index.d.ts
vendored
@ -10,10 +10,13 @@ export interface BlurViewProperties {
|
||||
| "regular"
|
||||
| "prominent"
|
||||
// tvOS only
|
||||
| "extraDark";
|
||||
blurAmount?: number; // 0 - 100
|
||||
style?: StyleProp<ViewStyle>;
|
||||
viewRef?: number | null;
|
||||
| "extraDark"
|
||||
blurAmount?: number // 0 - 100
|
||||
style?: StyleProp<ViewStyle>
|
||||
viewRef?: number | null
|
||||
blurRadius?: number
|
||||
downsampleFactor?: number
|
||||
overlayColor?: string
|
||||
}
|
||||
|
||||
export class BlurView extends React.Component<BlurViewProperties, {}> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user