Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #193 from kass-kass/ui-export-updates
Browse files Browse the repository at this point in the history
Added exports for UI configuration types
  • Loading branch information
lukehb authored Apr 13, 2023
2 parents aa1b0fa + 4d9ff71 commit a543a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Frontend/ui-library/src/pixelstreamingfrontend-ui.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Epic Games, Inc. All Rights Reserved.

export { Application, UIOptions } from './Application/Application';
export { Application, UIOptions, VideoQPIndicatorConfig } from './Application/Application';

export { PixelStreamingApplicationStyle } from './Styles/PixelStreamingApplicationStyles';

Expand All @@ -19,3 +19,4 @@ export { SettingUIFlag } from './Config/SettingUIFlag';
export { SettingUINumber } from './Config/SettingUINumber';
export { SettingUIOption } from './Config/SettingUIOption';
export { SettingUIText } from './Config/SettingUIText';
export { PanelConfiguration, UIElementConfig, UIElementCreationMode } from './UI/UIConfigurationTypes'

0 comments on commit a543a9d

Please sign in to comment.