react-playground
    Preparing search index...

    Interface StopwatchActions

    interface StopwatchActions {
        reset(): void;
        start(): void;
        stop(): void;
        toggle(): void;
    }
    Index

    Methods