UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

13 lines (10 loc) 230 B
import { mount } from 'enzyme'; export interface MountOptions { mount: typeof mount; } export default function createMount( options?: Partial<MountOptions>, ): typeof mount & { attachTo: HTMLElement; cleanUp(): void; };