UNPKG
expo-ui-kit-test
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
Cross-platform UI kit for Expo/React Native with responsive breakpoints and components.
expo-ui-kit-test
/
dist
/
components
/
Blur
/
Blur.web.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
import
{
FC
}
from
'react'
;
import
{
BlurProps
}
from
'./types'
;
declare
const
BlurWeb
:
FC
<
BlurProps
>;
export
default
BlurWeb
;