toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-dom-test-utils
/
react
Package-level
declarations
Functions
Functions
act
Link copied to clipboard
suspend external
fun
<
T
>
act
(
block
:
(
)
->
T
)
:
T
act
Async
Link copied to clipboard
external
fun
<
T
>
actAsync
(
block
:
(
)
->
T
)
:
Promise
<
T
>