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

7 lines (5 loc) 151 B
import {ComponentChild} from 'preact'; export type UIPreset = { template: (props: any) => ComponentChild; condition?: (state: any) => boolean; };