Selector type

An optimized selector that refines ClientState updates into props for React Components in this library.

type Selector = (state: ClientState, props: any) => any