UNPKG

@playkit-js/kaltura-player-js

Version:

[![Build Status](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-pr

14 lines (11 loc) 278 B
// @flow declare type KPUIAddComponent = KPUIComponentOptions & { get: Function, props?: {} }; declare type KPUIRemoveComponent = { removeComponent: string, presets: Array<string>, area: string }; declare type KPUIComponent = KPUIAddComponent & KPUIRemoveComponent;