@theoplayer/react-ui
    Preparing search index...

    Interface Duration

    A duration, compatible with Intl.DurationFormat.format and Temporal.Duration.

    interface Duration {
        hours: number;
        minutes: number;
        seconds: number;
    }
    Index

    Properties

    Properties

    hours: number
    minutes: number
    seconds: number