Commit cbaa6040 by Vladislav Lagunoff

[update] Добавлен BoundStatics.Component

parent b84e42a0
......@@ -464,6 +464,9 @@ export interface BoundStatics<Error, State> {
effect<Error, Success>(eff: Eff<Error, Success>): Effect<Error, State, Success>;
get: Get<Error, State, State>;
difference<A>(update: Update<Error, State, A>, diff: (prev: State, next: State) => State|Update<Error, State, void>): Difference<Error, State, A>;
Component: {
new <Props>(): Component<Error, Props, State>;
};
}
export function bind<Error, State>() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment