UseCounterResponse
Definition
interface UseCounterResponse {
counter: number,
updateCounter: () => void
}Usage
import { UseCounterResponse } from 'uxp/components';Last updated
interface UseCounterResponse {
counter: number,
updateCounter: () => void
}import { UseCounterResponse } from 'uxp/components';Last updated