Expose standard universal identifiers (#18152)

as title
This commit is contained in:
martmull
2026-02-22 00:53:55 +01:00
committed by GitHub
parent ad88108b28
commit 088be4c47b
+1
View File
@@ -49,6 +49,7 @@ export type { RoutePayload } from './logic-functions/triggers/route-payload-type
export { defineNavigationMenuItem } from './navigation-menu-items/define-navigation-menu-item';
export { defineObject } from './objects/define-object';
export { STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS } from './objects/standard-object-ids';
export { STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS as STANDARD_OBJECT } from './objects/standard-object-ids';
export { definePageLayout } from './page-layouts/define-page-layout';
export type { PageLayoutConfig } from './page-layouts/page-layout-config';
export {