UNPKG

media-chrome

Version:

Custom elements (web components) for making audio and video player controls that look great in your website or app.

4 lines (3 loc) 68 B
export type Entry<T> = { [K in keyof T]: [K, T[K]]; }[keyof T][];