mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
8 lines
213 B
TypeScript
8 lines
213 B
TypeScript
/// <reference path="../redux/redux.d.ts"/>
|
|
/// <reference path="redux-debounced.d.ts"/>
|
|
|
|
import { applyMiddleware } from 'redux';
|
|
import createDebounce from 'redux-debounced';
|
|
|
|
applyMiddleware(createDebounce());
|