UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

13 lines (10 loc) 283 B
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;