ICallback

A simple callback function

type ICallback = ()=>void;

Usage

import {ICallback} from 'uxp/components';

Last updated