mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
Additional exports for plugin development (#21209)
* chore: export contentbox for use in seo plugin * chore(content-type-builder): export auto rewatch for plugin use
This commit is contained in:
parent
b9dffe0797
commit
7e57929b0c
@ -20,6 +20,7 @@ export * from './components/PageHelpers';
|
||||
export * from './components/Pagination';
|
||||
export * from './components/SearchInput';
|
||||
export * from './components/Table';
|
||||
export * from './components/ContentBox';
|
||||
|
||||
export { useGuidedTour } from './components/GuidedTour/Provider';
|
||||
|
||||
|
||||
1
packages/core/content-type-builder/admin/src/exports.ts
Normal file
1
packages/core/content-type-builder/admin/src/exports.ts
Normal file
@ -0,0 +1 @@
|
||||
export { useAutoReloadOverlayBlocker } from './components/AutoReloadOverlayBlocker';
|
||||
@ -58,3 +58,5 @@ export default {
|
||||
return Promise.resolve(importedTrads);
|
||||
},
|
||||
};
|
||||
|
||||
export * from './exports';
|
||||
|
||||
@ -39,3 +39,5 @@ export {
|
||||
unstable_useContentManagerContext,
|
||||
useDocumentRBAC,
|
||||
} from '@strapi/content-manager/strapi-admin';
|
||||
|
||||
export { useAutoReloadOverlayBlocker } from '@strapi/content-type-builder/strapi-admin';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user