UNPKG

@atlaskit/editor-plugin-primary-toolbar

Version:

Primary toolbar plugin for @atlaskit/editor-core

7 lines 217 B
export var registerComponent = function registerComponent(componentRegistry) { return function (_ref) { var name = _ref.name, component = _ref.component; componentRegistry.set(name, component); }; };