UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

10 lines (7 loc) 255 B
import { shallow, EnzymeSelector } from 'enzyme'; export interface ShallowOptions { shallow: typeof shallow; dive: boolean; untilSelector: EnzymeSelector; } export default function createShallow(options?: Partial<ShallowOptions>): typeof shallow;