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