element-react-codish
Version:
Element UI for React
10 lines (8 loc) • 323 B
JavaScript
/*
* Only exposing the libraries for the public components,
* Internal components such as Markdown shouldn't be here.
*/
export { default as Transition } from './transition';
export { default as Component } from './component';
export { default as PropTypes } from './props';
export { default as View } from './view';