UNPKG

@7sage/vidstack

Version:

UI component library for building high-quality, accessible video and audio experiences on the web.

16 lines (12 loc) 264 B
declare function plugin(options?: PluginOptions): { handler: () => void; }; declare namespace plugin { const __isOptionsFunction: true; } export = plugin; export interface PluginOptions { selector?: string; prefix?: string; webComponents?: boolean; }