Update api report

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-10-11 10:39:11 +02:00
parent e5d79ade95
commit a593c5feb4
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -122,6 +122,9 @@ export const SettingsModal: ({
children: JSX.Element;
}) => JSX.Element;
// @public
export const WelcomeTitle: () => JSX.Element;
// Warnings were encountered during analysis:
//
// src/extensions.d.ts:16:5 - (ae-forgotten-export) The symbol "ComponentParts" needs to be exported by the entry point index.d.ts
+5
View File
@@ -60,6 +60,11 @@ export const ComponentTab = homePlugin.provide(
}),
);
/**
* A component to display a playful greeting for the user.
*
* @public
*/
export const WelcomeTitle = homePlugin.provide(
createComponentExtension({
component: {