@theoplayer/react-ui
GitHub
Preparing search index...
Duration
Interface Duration
A duration, compatible with
Intl.DurationFormat.format
and
Temporal.Duration
.
interface
Duration
{
hours
:
number
;
minutes
:
number
;
seconds
:
number
;
}
Index
Properties
hours
minutes
seconds
Properties
hours
hours
:
number
minutes
minutes
:
number
seconds
seconds
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hours
minutes
seconds
GitHub
@theoplayer/react-ui
Loading...
A duration, compatible with Intl.DurationFormat.format and Temporal.Duration.