UNPKG

vidstack

Version:

Build awesome media experiences on the web.

12 lines (11 loc) 290 B
/** * Loads element definitions and registers them in the browser's custom elements registry. * * @example * ```ts * import { defineCustomElements } from "vidstack/elements"; * * await defineCustomElements(); * ``` */ export declare function defineCustomElements(): Promise<void>;