12 lines
249 B
JavaScript
12 lines
249 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.LoadingDefaultProps = void 0;
|
|
var LoadingDefaultProps = {
|
|
size: 'medium',
|
|
color: '#fff',
|
|
type: 'spin'
|
|
};
|
|
exports.LoadingDefaultProps = LoadingDefaultProps; |