ICallback

A simple callback function

Definition

type ICallback = () => void;

Usage

import { ICallback } from 'uxp/components';

Last updated