UNPKG
@attio/react-native-bottom-sheet-toolbox
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1-experimental1
github.com/attio/react-native-bottom-sheet-toolbox
attio/react-native-bottom-sheet-toolbox
@attio/react-native-bottom-sheet-toolbox
/
dist
/
typescript
/
components
/
invisible-view.d.ts
4 lines
•
272 B
TypeScript
View Raw
1
2
3
4
import
{
type
ViewProps
}
from
"react-native"
;
import
{
type
AnimatedProps
}
from
"react-native-reanimated"
;
export
declare
function
InvisibleView
(
props
:
Pick
<
AnimatedProps
<
ViewProps
>,
"onLayout"
>
):
import
(
"react"
).
JSX
.
Element
;
//# sourceMappingURL=invisible-view.d.ts.map