react-singleton-access

0.1.0 • Public • Published

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';

...

Readme

Keywords

none

Package Sidebar

Install

npm i react-singleton-access

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

216 kB

Total Files

9

Last publish

Collaborators

  • nebulr