chore: wip

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-07-18 14:54:24 +02:00
parent b24d5b0aa4
commit 0bfe7efa22
2 changed files with 32 additions and 0 deletions
@@ -171,6 +171,7 @@ export interface CreateAppFeatureLoader {
/** @public */
export function createApp(options?: {
/** @deprecated - TODO */
icons?: { [key in string]: IconComponent };
features?: (FrontendFeature | CreateAppFeatureLoader)[];
configLoader?: () => Promise<{ config: ConfigApi }>;