UNPKG

@exezt-/webamp-custom

Version:

Winamp 2 implemented in HTML5 and JavaScript

5 lines (4 loc) 233 B
import Media from "./media"; import { MiddlewareStore, Action, Dispatch } from "./types"; declare const _default: (media: Media) => (store: MiddlewareStore) => (next: Dispatch) => (action: Action) => Action; export default _default;