UNPKG

@playkit-js/playkit-js-ui

Version:

[![Build Status](https://github.com/kaltura/playkit-js-ui/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-ui/actions/workflows/run_canary_full_flow.yaml) [![code style: prettier](https://img.shields.io/badge/c

11 lines (10 loc) 246 B
export interface KPUIComponentOptions { label: string; presets: Array<string>; area: string; /** @deprecated Use area instead. */ container?: string; beforeComponent?: string; afterComponent?: string; replaceComponent?: string; }