0.1.0 • Published 6 years ago

react-singleton-access v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

React Singleton Access

Import accessor for whatever you want to put in it!

import Singleton from 'react-singleton-access'
import Components from './components';
import Styles from './styles';
import Constants from './constants';

Singleton.Components = Components;
Singleton.Styles = Styles;
Singleton.Constants = Constants;

...

import { Components, Styles, Constants } from 'react-singleton-access';

...
0.1.0

6 years ago