UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

14 lines (13 loc) 665 B
/// <reference types="react" /> import { ArtPlayerContainer } from '@docsvision/webclient/Helpers/ArtPlayer/components/ArtPlayerContainer'; import { ArtPlayerTimeCodes } from '@docsvision/webclient/Helpers/ArtPlayer/components/ArtPlayerTimeCodes'; export declare class ArtPlayerView { container: typeof ArtPlayerContainer; timeCodes: typeof ArtPlayerTimeCodes; icon: (props: import("@docsvision/web/components/table/plugins/lazy-loading").LoadingMoreProps) => JSX.Element; player: import("react").ForwardRefExoticComponent< import("./components/ArtPlayerVideoPlayer").IArtPlayerVideoPlayer & import("react").RefAttributes<HTMLDivElement>>; }