chore: updating API refs

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-06 10:31:28 +02:00
parent b737934088
commit a70b6862e7
2 changed files with 128 additions and 74 deletions
+3 -3
View File
@@ -733,7 +733,7 @@ const appPlugin: FrontendPlugin<
name: 'core.components.errorBoundary';
config: {};
configInput: {};
output: ConfigurableExtensionDataRef<
output: ExtensionDataRef<
{
ref: ComponentRef;
loader:
@@ -777,7 +777,7 @@ const appPlugin: FrontendPlugin<
name: 'core.components.notFoundErrorPage';
config: {};
configInput: {};
output: ConfigurableExtensionDataRef<
output: ExtensionDataRef<
{
ref: ComponentRef;
loader:
@@ -821,7 +821,7 @@ const appPlugin: FrontendPlugin<
name: 'core.components.progress';
config: {};
configInput: {};
output: ConfigurableExtensionDataRef<
output: ExtensionDataRef<
{
ref: ComponentRef;
loader: