Skip to content

Commit 7e80f55

Browse files
committed
Added exports for library types
(cherry picked from commit 8c06caa)
1 parent 095aa44 commit 7e80f55

File tree

1 file changed

+2
-0
lines changed
  • Frontend/implementations/typescript/src

1 file changed

+2
-0
lines changed

Frontend/implementations/typescript/src/player.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Copyright Epic Games, Inc. All Rights Reserved.
22

3+
export * from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.5';
4+
export * from '@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5';
35
import { Config, PixelStreaming, Logger, LogLevel } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.5';
46
import { Application, PixelStreamingApplicationStyle } from '@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5';
57
const PixelStreamingApplicationStyles =

0 commit comments

Comments
 (0)