Home Reference Source Repository

src/index.js

/* material components */
export { default as Label } from './material/Label';
export { default as LayoutContainer } from './material/LayoutContainer';

/* utilities */
export { default as shallowEqual } from './util/shallowEqual';

import  * as SP  from './util/sp';
export { SP };