react-playground
    Preparing search index...

    Interface TimerValue

    interface TimerValue {
        remaining: number;
        running: boolean;
        vibrationEnabled: boolean;
        vibrationSupported: boolean;
    }
    Index

    Properties

    remaining: number
    running: boolean
    vibrationEnabled: boolean
    vibrationSupported: boolean