UNPKG
@bianic-ui/clickable
Version:
latest (0.1.0-alpha.2)
0.1.0-alpha.2
0.1.0-alpha.1
React hook and component that implements native button interactions
gitlab.com/bia-design/bianic-ui
@bianic-ui/clickable
/
dist
/
cjs
/
index.js
11 lines
(8 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
exports
.
__esModule
=
true
;
var
_useClickable =
require
(
"./use-clickable"
);
Object
.
keys
(_useClickable).
forEach
(
function
(
key
) {
if
(key ===
"default"
|| key ===
"__esModule"
)
return
;
exports
[key] = _useClickable[key]; });
//# sourceMappingURL=index.js.map