UNPKG

@sberdevices/plasma-temple

Version:

SberDevices CanvasApp Templates.

5 lines 385 B
import React from 'react'; import { MediaPlayerTimelineProps } from './types'; export declare const formatTime: (time: number) => string; export declare const MediaPlayerTimeline: <T extends "audio" | "video">({ className, playerRef, onTimeUpdate, currentTime, duration, showTick, }: MediaPlayerTimelineProps<T>) => React.ReactElement; //# sourceMappingURL=MediaPlayerTimeline.d.ts.map