UNPKG

react-singletons

Version:

React Singletons brings the singleton pattern to React components. This module allows applications to create components that live outside of your application with shared states for popups and overlays.

5 lines 167 B
export interface ISingletonComponentWrapperState { shouldBeMounted: boolean; wrappedProps: any; } //# sourceMappingURL=ISingletonComponentWrapperState.d.ts.map