UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

9 lines 290 B
/** * Get video length to display from seconds. * * @param seconds Length in seconds. * @return Video length in H:MM:SS format. */ declare function getVideoLengthDisplay(seconds: number): string; export default getVideoLengthDisplay; //# sourceMappingURL=getVideoLengthDisplay.d.ts.map