UNPKG
d2-ui
Version:
dhis-2.22 (22.0.0)
dhis-2.23 (24.0.8)
dhis-2.24 (24.1.9)
latest (29.0.35)
29.0.35
29.0.34
29.0.33
29.0.32
29.0.31
29.0.30
29.0.29
29.0.25
29.0.21
29.0.20
29.0.19
29.0.18
29.0.17
29.0.16
29.0.15
29.0.14
29.0.13
29.0.12
29.0.11
29.0.10
29.0.9
29.0.8
29.0.7
29.0.6
29.0.5
29.0.4
29.0.3
29.0.2
29.0.1
29.0.0
28.2.1
28.2.0
28.1.4
28.1.3
28.1.2
28.1.1
28.1.0
28.0.15
28.0.14
28.0.13
28.0.12
28.0.11
28.0.10
28.0.9
28.0.8
28.0.7
28.0.6
28.0.5
28.0.4
28.0.3
28.0.2
28.0.1
28.0.1-pub
28.0.0
28.0.0-1
28.0.0-0
27.1.2
27.1.1
27.1.0
27.0.3
27.0.2
27.0.1
27.0.0
27.0.0-7
27.0.0-6
27.0.0-5
27.0.0-4
27.0.0-3
27.0.0-2
27.0.0-1
27.0.0-0
26.1.7
26.1.6
26.1.5
26.1.2
26.1.1
26.0.1
26.0.0
25.5.6
25.5.5
25.5.4
25.5.3
25.5.2
25.5.1
25.5.0
25.4.17
25.4.16
25.4.15
25.4.14
25.4.13
25.4.12
25.4.11
25.4.10
25.4.9
25.4.8
25.4.7
25.4.6
25.4.5
25.4.4
25.4.3
25.4.2
25.4.1
25.4.0
25.3.3
25.3.2
25.3.1
25.1.1
25.1.0
25.0.6
25.0.5
25.0.4
25.0.3
25.0.2
25.0.1
25.0.0
24.3.0
24.2.2
24.2.1
24.2.0
24.1.21
24.1.19
24.1.18
24.1.17
24.1.14
24.1.13
24.1.12
24.1.11
24.1.10
24.1.9
24.1.8
24.1.7
24.1.4
24.1.3
24.1.2
24.1.1
24.1.0
24.0.9
24.0.8
24.0.7
24.0.5
24.0.4
24.0.3
24.0.2
24.0.1
24.0.0
22.0.0
0.0.39
0.0.38
0.0.37
0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
0.0.31
0.0.30
0.0.29
0.0.28
0.0.27
0.0.26
0.0.25
0.0.24
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.18-alpha-1
0.0.18-alpha-0
0.0.17
0.0.16
0.0.16-1
0.0.16-0
0.0.15
0.0.14
0.0.12
0.0.11
0.0.11-4
0.0.11-3
0.0.11-2
0.0.11-1
0.0.11-0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
d2-ui
github.com/dhis2/d2-ui
dhis2/d2-ui
d2-ui
/
node_modules-react-15
/
eslint-plugin-jsx-a11y
/
src
/
util
/
values
/
JSXElement.js
12 lines
(10 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
/** * Extractor function for a JSXElement type value node. * * Currently just returns undefined as we haven't found * a use case for this yet. */
export
default
function
extractValueFromJSXElement
(
) {
return
undefined
; }