UNPKG

media-chrome

Version:

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

10 lines (9 loc) 197 B
export type MediaErrorLike = { code: number; message: string; [key: string]: any; }; export declare const formatError: (error: MediaErrorLike) => { title: any; message: any; };