UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

7 lines (5 loc) 163 B
import { CommonWrapper } from 'enzyme'; export default function until<P = any, S = any>( selector: string, options: { context: any }, ): CommonWrapper<P, S>;