UNPKG

285 BJSXView Raw
1/**
2 * apeman react package for spinner.
3 * @module apeman-react-spinner
4 * @version 3.0.20
5 */
6'use strict'
7
8import withSpin from './with_spin'
9
10import ApSpinnerStyle from './ap_spinner_style'
11import ApSpinner from './ap_spinner'
12
13export {
14 withSpin,
15 ApSpinnerStyle,
16 ApSpinner
17}