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
/
createShallow.d.ts
13 lines
(10 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ shallow,
EnzymeSelector
}
from
'enzyme'
;
export
interface
ShallowOptions
{
shallow
:
typeof
shallow;
otherContext
:
Object
;
dive
:
boolean
;
untilSelector
:
EnzymeSelector
; }
export
default
function
createShallow
(
options
?:
Partial
<
ShallowOptions
>
):
typeof
shallow;