@playkit-js/playkit-js-ui
Version:
[](https://github.com/kaltura/playkit-js-ui/actions/workflows/run_canary_full_flow.yaml) [ • 627 B
text/typescript
import * as config from './config';
import * as cvaa from './cvaa';
import * as engine from './engine';
import * as getters from './getters';
import * as loading from './loading';
import * as overlayAction from './overlay-action';
import * as playlist from './playlist';
import * as seekbar from './seekbar';
import * as setting from './settings';
import * as shell from './shell';
import * as volume from './volume';
import * as overlay from './overlay';
import * as bottomBar from './bottom-bar';
export {config, cvaa, engine, getters, loading, overlayAction, playlist, seekbar, setting, shell, volume, overlay, bottomBar};