UseCounterResponse

Definition

interface UseCounterResponse {
    counter: number,
    updateCounter: () => void
}

Usage

import { UseCounterResponse } from 'uxp/components';

Last updated