UNPKG

react-ionicons

Version:

A React SVG ionicon component

7 lines (6 loc) 153 B
import { expand } from '../../operator/expand'; declare module '../../Observable' { interface Observable<T> { expand: typeof expand; } }