UNPKG

clumsy-graphics

Version:

a tool for rapidly developing animations where frames are described using svg elements à la react 🙃

8 lines (7 loc) 473 B
import { AnimationModuleBundlerEvent } from '../models/AnimationModuleBundlerEvent'; import { InitialSagaApi } from '../sagas/initialSaga'; export interface GetAnimationModuleBundlerEventChannelApi extends Pick<InitialSagaApi, 'animationModulePath'> { } export declare function getAnimationModuleBundlerEventChannel(api: GetAnimationModuleBundlerEventChannelApi): { animationModuleBundlerEventChannel: import("redux-saga").EventChannel<AnimationModuleBundlerEvent>; };