react-playground
    Preparing search index...

    Interface TimerActions

    interface TimerActions {
        incrementTimerValue(value: number): void;
        reset(): void;
        setTimerValue(value: number): void;
        start(): void;
        stop(): void;
        toggle(): void;
    }
    Index

    Methods