1
typings/record/index.d.ts
vendored
1
typings/record/index.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
import { recordOptions, listenerHandler } from '../types';
|
||||
export declare function addCustomEvent<T>(tag: string, payload: T): void;
|
||||
declare function record(options?: recordOptions): listenerHandler | undefined;
|
||||
export default record;
|
||||
|
||||
Reference in New Issue
Block a user