0.1.0 • Published 6 years ago

react-common-access v0.1.0

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

React Common Access

Import accessor for whatever you want to put in it!

import Common from 'react-common-access'
import Components from './components';
import Styles from './styles';
import Constants from './constants';

Common.Components = Components;
Common.Styles = Styles;
Common.Constants = Constants;

...

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

...