Type Alias CallbackVoid<T>

CallbackVoid<T>: ((...args: T[]) => void)

空函数

Type Parameters

  • T = any