UNPKG
@atlaskit/form
Version:
latest (15.5.5)
next (8.11.2)
15.5.5
15.5.4
15.5.3
15.5.2
15.5.1
15.5.0
15.4.2
15.4.1
15.4.0
15.3.7
15.3.6
15.3.5
15.3.4
15.3.3
15.3.2
15.3.1
15.3.0
15.2.0
15.1.2
15.1.1
15.1.0
15.0.1
15.0.0
14.4.0
14.3.2
14.3.1
14.3.0
14.2.7
14.2.6
14.2.5
14.2.4
14.2.3
14.2.2
14.2.1
14.2.0
14.1.0
14.0.0
13.0.0
12.7.0
12.6.2
12.6.1
12.6.0
12.5.4
12.5.3
12.5.2
12.5.1
12.5.0
12.4.1
12.4.0
12.3.0
12.2.2
12.2.1
12.2.0
12.1.1
12.1.0
12.0.16
12.0.15
12.0.14
12.0.13
12.0.12
12.0.11
12.0.10
12.0.9
12.0.8
12.0.7
12.0.6
12.0.5
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.2.0
11.1.2
11.1.1
11.1.0
11.0.3
11.0.2
11.0.1
11.0.0
10.6.3
10.6.2
10.6.1
10.6.0
10.5.12
10.5.11
10.5.10
10.5.9
10.5.8
10.5.7
10.5.6
10.5.5
10.5.4
10.5.3
10.5.2
10.5.1
10.5.0
10.4.8
10.4.7
10.4.5
10.4.4
10.4.3
10.4.2
10.4.1
10.4.0
10.3.1
10.3.0
10.2.0
10.1.1
10.1.0
10.0.0
9.3.1
9.3.0
9.2.0
9.1.2
9.1.1
9.1.0
9.0.12
9.0.11
9.0.10
9.0.9
9.0.8
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.11.13
8.11.12
8.11.11
8.11.10
8.11.9
8.11.8
8.11.7
8.11.6
8.11.5
8.11.4
8.11.3
8.11.2
8.11.1
8.11.0
8.10.0
8.9.1
8.9.0
8.8.8
8.8.7
8.8.6
8.8.5
8.8.4
8.8.3
8.8.2
8.8.1
8.8.0
8.7.1
8.7.0
8.6.0
8.5.9
8.5.8
8.5.7
8.5.6
8.5.5
8.5.4
8.5.3
8.5.2
8.5.1
8.5.0
8.4.8
8.4.7
8.4.6
8.4.5
8.4.4
8.4.3
8.4.2
8.4.1
8.4.0
8.3.1
8.3.0
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.0
7.4.1
7.4.0
7.3.1
7.3.0
7.2.2
7.2.1
7.2.0
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
6.3.2
6.3.1
6.3.0
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.12
6.1.11
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.0.21
4.0.20
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A form allows people to input information.
atlassian.design/components/form/
@atlaskit/form
/
dist
/
types
/
field-id-context.d.ts
7 lines
(6 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * __Field id__ * * A field id uses the context API. It provides the id of the field to message components. This links the message with the field of screenreaders. */
export
declare
const
FieldId
:
import
(
'react'
).
Context
<
string
|
undefined
>;