UNPKG

react-ionicons

Version:

A React SVG ionicon component

7 lines (6 loc) 188 B
import { interval as staticInterval } from '../../observable/interval'; declare module '../../Observable' { namespace Observable { let interval: typeof staticInterval; } }