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