UNPKG
@atlaskit/editor-plugin-primary-toolbar
Version:
latest (11.0.13)
11.0.13
11.0.12
11.0.11
11.0.10
11.0.9
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.0.0
9.0.28
9.0.27
9.0.26
9.0.25
9.0.24
9.0.23
9.0.22
9.0.21
9.0.20
9.0.19
9.0.18
9.0.17
9.0.16
9.0.15
9.0.14
9.0.13
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.0.19
8.0.18
8.0.17
8.0.16
8.0.15
8.0.14
8.0.13
8.0.12
8.0.11
8.0.10
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.0
5.0.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.2.15
3.2.14
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.4.0
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Primary toolbar plugin for @atlaskit/editor-core
bitbucket.org/atlassian/atlassian-frontend-monorepo
@atlaskit/editor-plugin-primary-toolbar
/
dist
/
esm
/
editor-actions
/
actions.js
7 lines
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
registerComponent =
function
registerComponent
(
componentRegistry
) {
return
function
(
_ref
) {
var
name = _ref.
name
, component = _ref.
component
; componentRegistry.
set
(name, component); }; };