UNPKG

@wistia/wistia-player

Version:

An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.

14 lines 671 B
type DurationData = { hours: number; minutes: number; seconds: number; }; export declare const secondsConverter: (total: number, format: string) => DurationData; export declare const flexibleDuration: (total: number) => string; export declare const formattedDurationToSeconds: (dur: string) => number | string; export declare const accessibilityDuration: (duration: number) => string; export declare const humanReadableDuration: (duration: number) => string; export declare const getSecondsRemaining: (start: Date, end: Date) => number; export declare const secondsToMilliseconds: (seconds: number) => number; export {}; //# sourceMappingURL=duration.d.ts.map