UNPKG
dareway-rui
Version:
latest (2.2.36)
2.2.36
dareway-rui
/
build
/
taglib
/
dockbar
/
model
/
state.js
15 lines
(12 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
exports
.
default
= _default;
function
_default
(
props
) {
return
{
barItems
: [],
selectedBarItemName
:
null
}; }
//@ sourceMappingURL=state.js.map