UNPKG
@sbaiahmed1/react-native-blur
Version:
alpha (4.5.2-alpha.6)
beta (5.0.0-beta.1)
latest (5.0.0)
5.0.0
5.0.0-beta.1
5.0.0-beta.0
4.7.1
4.7.1-beta.1
4.7.0
4.6.4-beta.3
4.6.4-beta.2
4.6.4-beta.1
4.6.3
4.6.3-beta.1
4.6.3-beta.0
4.6.2
4.6.2-beta.0
4.6.1
4.6.1-beta.6
4.6.1-beta.5
4.6.1-beta.4
4.6.1-beta.3
4.6.1-beta.2
4.6.1-beta.1
4.6.1-beta.0
4.6.0
4.5.8-beta.0
4.5.7
4.5.6
4.5.5
4.5.5-beta.6
4.5.5-beta.5
4.5.5-beta.4
4.5.5-beta.3
4.5.5-beta.2
4.5.5-beta.1
4.5.5-beta.0
4.5.4
4.5.3
4.5.2
4.5.2-alpha.6
4.5.2-alpha.5
4.5.2-alpha.4
4.5.2-alpha.3
4.5.2-alpha.2
4.5.2-alpha.1
4.5.2-alpha.0
4.5.1
4.5.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0-beta.1
0.3.0
0.3.0-beta.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
React native modern blur view
github.com/sbaiahmed1/react-native-blur
sbaiahmed1/react-native-blur
@sbaiahmed1/react-native-blur
/
src
/
ReactNativeVibrancyViewNativeComponent.web.ts
8 lines
(7 loc)
•
258 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// Web counterpart of the codegen spec module — see
// ReactNativeBlurViewNativeComponent.web.ts for why this exists.
export
{
default
}
from
'./VibrancyView.web'
;
export
type
{
BlurType
,
NativeProps
, }
from
'./ReactNativeVibrancyViewNativeComponent'
;