useCounter

hook for refresh counter this can be used to force re-render a component.

Installation

import { useCounter } from 'uxp/components';

Signature

function useCounter(): UseCounterResponse

Last updated