UNPKG

@react-mvi/di

Version:

Dependency injection module for React MVI.

21 lines (17 loc) 363 B
// -*- mode: typescript -*- /** * @fileoverview * @author Taketoshi Aono */ /// <reference path="../typings/index.d.ts"/> declare module 'es6-symbol' { interface SymbolInterface { (string): symbol; length: number; name: string; for(string): symbol; keyFor(string): symbol; } var Symbol: SymbolInterface; export default Symbol; }