UNPKG

react-ionicons

Version:

A React SVG ionicon component

11 lines (8 loc) 250 B
import { Observable } from '../../Observable'; import { startWith } from '../../operator/startWith'; Observable.prototype.startWith = startWith; declare module '../../Observable' { interface Observable<T> { startWith: typeof startWith; } }