@hhgtech/hhg-components
Version:
Hello Health Group common components
9 lines (8 loc) • 354 B
TypeScript
export declare function secondsTo24HoursFormat(sec_num?: number): string;
type BuildVideoSubtitleParams = {
totalView?: number;
createTime?: string;
formatTotalView: (totalView: number) => string;
};
export declare function buildVideoSubtitle({ totalView, createTime, formatTotalView, }: BuildVideoSubtitleParams): string;
export {};