Skip to content

Instantly share code, notes, and snippets.

@advorkina
Created February 23, 2019 18:10
Show Gist options
  • Save advorkina/a415147c31247129c88f2fffb40d654e to your computer and use it in GitHub Desktop.
Save advorkina/a415147c31247129c88f2fffb40d654e to your computer and use it in GitHub Desktop.
export interface IObservableStoreProps {
observableStore: ObservableStore;
}
interface IComponentProps extends IObservableStoreProps {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment