Trevixal API
    Preparing search index...
    interface VideoAttrs {
        controls?: boolean;
        height?: string | number | null;
        poster?: string | null;
        src: string;
        title?: string | null;
        width?: string | number | null;
    }
    Index
    controls?: boolean
    height?: string | number | null
    poster?: string | null
    src: string
    title?: string | null
    width?: string | number | null