react-playground
    Preparing search index...

    Interface StopwatchValue

    interface StopwatchValue {
        elapsedTime: number;
        running: boolean;
    }
    Index

    Properties

    Properties

    elapsedTime: number
    running: boolean