mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
8 lines
328 B
TypeScript
8 lines
328 B
TypeScript
// Type definitions for redux-debounced v0.2.0
|
|
// Project: https://github.com/ryanseddon/redux-debounced
|
|
// Definitions by: Sean Kelley <https://github.com/seansfkelley>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
import { Middleware } from 'redux';
|
|
export default function createDebounce(): Middleware;
|