/** * @module ToolbarSecretLink * `ToolbarSecretLink` styles SecretLink for the Toolbar. * It should only be used inside of `Toolbar`. * * @example * ```js * * * * * * ``` * */ import DownloadButton from './download-button'; export default DownloadButton.extend({ classNames: ['toolbar-link'], });