UNPKG

react-ionicons

Version:

A React SVG ionicon component

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