Add missing viewRef type definition (#237)
* Add missing viewRef type definition * Missing semicolon
This commit is contained in:
parent
bac52dfc89
commit
6e047dba3e
|
@ -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…
Reference in New Issue