citong-react-component
Version:
> A component framework for React Native / React Web.
27 lines (24 loc) • 1.01 kB
JavaScript
;
/**
* Copyright (c) 2016 Copyright citongs All Rights Reserved.
* Author: lipengxiang
*/
import AlertView from './libs/alertView';
import Button from './libs/button';
import Icons from './libs/icons';
import Navigator from './libs/navigator';
import Page from './libs/page';
import RefreshListView from './libs/refresh.listView';
import RefreshScrollView from './libs/refresh.scrollView';
import TableViewCell from './libs/tableViewCell';
import TimerMgr from './libs/timerMgr';
exports.AlertView = AlertView;
exports.Icons = Icons;
exports.Button = Button;
exports.Navigator = Navigator;
exports.Page = Page;
exports.RefreshListView = RefreshListView;
exports.RefreshScrollView = RefreshScrollView;
exports.TableViewCell = TableViewCell;
exports.TimerMgr = TimerMgr;
exports.default = module.exports;