/** * A Backstage plugin that provides a shortcuts feature to the sidebar * * @packageDocumentation */ export { shortcutsPlugin, Shortcuts } from './plugin'; export * from './api'; export * from './deprecated'; export type { Shortcut } from './types'; export type { ShortcutsProps } from './Shortcuts';