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
/
index.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
declare
const
_default
:
import
(
"react"
).
FC
<
import
(
"./types"
).
BlurProps
>;
export
default
_default;
export
type
{
BlurProps
}
from
'./types'
;