UNPKG
@bianic-ui/descendant
Version:
latest (0.1.0-alpha.2)
0.1.0-alpha.2
0.1.0-alpha.1
Register child nodes of a react element for better accessibility
gitlab.com/bia-design/bianic-ui
@bianic-ui/descendant
/
dist
/
cjs
/
index.js
11 lines
(8 loc)
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
exports
.
__esModule
=
true
;
var
_useDescendant =
require
(
"./use-descendant"
);
Object
.
keys
(_useDescendant).
forEach
(
function
(
key
) {
if
(key ===
"default"
|| key ===
"__esModule"
)
return
;
exports
[key] = _useDescendant[key]; });
//# sourceMappingURL=index.js.map