UNPKG

@playkit-js/playkit-js

Version:

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

4 lines (2 loc) 172 B
import { AdEventType, CustomEventType, Html5EventType } from "../playkit"; export type PKEventTypes = typeof Html5EventType & typeof CustomEventType & typeof AdEventType;