UNPKG
material-ui-cordova
Version:
latest (1.0.0-beta.22)
1.0.0-beta.22
React components that implement Google's Material Design.
material-ui.com
mui-org/material-ui
material-ui-cordova
/
test-utils
/
until.d.ts
7 lines
(5 loc)
•
165 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
:
Object
} ):
CommonWrapper
<P, S>;