UNPKG

react-ionicons

Version:

A React SVG ionicon component

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