react-common-access

0.1.0 • Public • Published

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

...

Readme

Keywords

none

Package Sidebar

Install

npm i react-common-access

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

216 kB

Total Files

9

Last publish

Collaborators

  • nebulr