UNPKG

react-ionicons

Version:

A React SVG ionicon component

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