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
/
hooks
/
use-worklet-ui-callback.d.ts
2 lines
•
184 B
TypeScript
View Raw
1
2
export
declare
function
useWorkletUiCallback<
TArgs
extends
any
[]>(
fcn
:
(
...
a
:
TArgs
) =>
void
,
deps
:
any
[]):
(
...
a
:
TArgs
) =>
void
;
//# sourceMappingURL=use-worklet-ui-callback.d.ts.map