/** * @module ToolbarActions * `ToolbarActions` is a container for toolbar links such as "Add item". * It should only be used inside of `Toolbar`. * * @example * ```js * * * * Edit policy * * * * ``` * */ import Component from '@ember/component'; import layout from '../templates/components/toolbar-actions'; export default Component.extend({ tagName: '', layout, });