mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-05 21:23:41 +00:00
Add missing viewRef type definition (#237)
* Add missing viewRef type definition * Missing semicolon
This commit is contained in:
parent
bac52dfc89
commit
6e047dba3e
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -7,6 +7,7 @@ export interface BlurViewProperties {
|
||||
| 'extraDark' | 'regular' | 'prominent';
|
||||
blurAmount?: number; // 0 - 100
|
||||
style?: ViewStyle;
|
||||
viewRef?: number | null;
|
||||
}
|
||||
|
||||
export class BlurView extends React.Component<BlurViewProperties, {}> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user