UNPKG

vidstack

Version:

Build awesome media experiences on the web.

15 lines (11 loc) 240 B
declare function plugin(options?: PluginOptions): { handler: () => void; }; declare namespace plugin { const __isOptionsFunction: true; } export = plugin; export interface PluginOptions { prefix?: string; mediaPrefix?: string; }