UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

12 lines (10 loc) 222 B
import { CommonWrapper } from 'enzyme'; /** * @deprecated * @param selector * @param options */ export default function until<P = any, S = any>( selector: string, options: { context: any } ): CommonWrapper<P, S>;