Fix alpha entry point translation ref re-exports to use @alpha instead of @public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -19,7 +19,7 @@ export * from './next';
|
||||
import { scaffolderReactTranslationRef as _scaffolderReactTranslationRef } from './translation';
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @alpha
|
||||
* @deprecated Import from `@backstage/plugin-scaffolder-react` instead.
|
||||
*/
|
||||
export const scaffolderReactTranslationRef = _scaffolderReactTranslationRef;
|
||||
|
||||
Reference in New Issue
Block a user