import type { IStateReducer } from "./PlainObjectReducer";
import type { EasingFunction } from "./AdditiveTweening";
import { PlainObjectReducer } from "./PlainObjectReducer";
import { AdditiveTweening } from "./AdditiveTweening";
export type { EasingFunction, IStateReducer };
export { AdditiveTweening, PlainObjectReducer };
