UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

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