UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
packages
/
material-ui
/
src
/
test-utils
/
until.d.ts
7 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CommonWrapper
}
from
'enzyme'
;
export
default
function
until<P =
any
, S =
any
>(
selector
:
string
,
options
: {
context
:
any
}, ):
CommonWrapper
<P, S>;