bitmovin / bitmovin-player-ui

The Bitmovin Adaptive Streaming Player UI
MIT License
126 stars 87 forks source link

Export UIVariant interface #618

Closed felix-hoc closed 6 months ago

felix-hoc commented 6 months ago

Description

An Array of UIVariant objects can be used to instantiate the UIManager, but the UIVariant interface is not exported.

This means it needs to be imported weirdy:

import { UIVariant } from "bitmovin-player-ui/dist/js/framework/uimanager";

This PR exports the interface so it can be imported normally.

Checklist (for PR submitter and reviewers)