UNPKG

ragnar

Version:

Reactive architecture for Angular applications

5 lines (4 loc) 121 B
import { IStore } from "./IStore"; export interface IComponent { onStoreUpdated<T extends IStore>(store: T): void; }