UNPKG
@activelylearn/material-ui
Version:
latest (1.1.0-al-menuitem-fix)
1.1.0-al-menuitem-fix
1.0.0-beta.21al
1.0.0-beta.21
Material-UI's workspace package
material-ui.com
mui-org/material-ui
@activelylearn/material-ui
/
packages
/
material-ui
/
src
/
test-utils
/
until.d.ts
7 lines
(5 loc)
•
163 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>;